make buttons the same size

This commit is contained in:
hippoz 2021-10-17 01:21:12 +03:00
parent 88be65e0a6
commit 24d5798d8a
Signed by: hippoz
GPG key ID: 7C52899193467641

View file

@ -76,6 +76,8 @@ br {
color: var(--button-accent-color);
cursor: pointer;
outline: none;
min-width: 56px;
text-align: center;
}
.button-default:hover:not(.button-selected) {