used fixed width on settings buttons

This commit is contained in:
westtle 2024-02-12 18:36:27 +07:00
parent 7eae33f6a1
commit 94c1e8aa40

View file

@ -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;