used fixed width on settings buttons
This commit is contained in:
parent
7eae33f6a1
commit
94c1e8aa40
1 changed files with 1 additions and 2 deletions
|
@ -42,8 +42,7 @@
|
|||
.settings__button {
|
||||
display: block;
|
||||
color: inherit;
|
||||
width: 100%;
|
||||
max-width: 1.5rem;
|
||||
width: 1.5rem;
|
||||
cursor: pointer;
|
||||
transition: ease-in-out 0.11s;
|
||||
transition-property: color, opacity;
|
||||
|
|
Loading…
Reference in a new issue