make buttons the same size
This commit is contained in:
parent
88be65e0a6
commit
24d5798d8a
1 changed files with 2 additions and 0 deletions
|
@ -76,6 +76,8 @@ br {
|
||||||
color: var(--button-accent-color);
|
color: var(--button-accent-color);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
outline: none;
|
outline: none;
|
||||||
|
min-width: 56px;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button-default:hover:not(.button-selected) {
|
.button-default:hover:not(.button-selected) {
|
||||||
|
|
Loading…
Reference in a new issue