Browse Source

Closes #1922

tags/v0.11.0
kckckc 2 years ago
parent
commit
cb9fe8e464
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/client/ui/templates/spells/styles.less

+ 1
- 1
src/client/ui/templates/spells/styles.less View File

@@ -7,7 +7,6 @@
right: 10px;
top: 10px;
height: (@btnSize + @pad);
box-shadow: 0 -2px 0 @black, 0 2px 0 @black, 2px 0 0 @black, -2px 0 0 @black;

.spell {
width: @btnSize;
@@ -21,6 +20,7 @@
border: 5px solid fade(#3a3b4a, 90%);
transition-property: filter;
transition-duration: 0.1s;
box-shadow: 0 -2px 0 @black, 0 2px 0 @black, 2px 0 0 @black, -2px 0 0 @black;

&:first-child {
margin-left: 0px;


Loading…
Cancel
Save