Normalise button padding

This commit is contained in:
itepechi 2023-09-20 06:09:21 +09:00
parent 3e51f18ee0
commit b7508ed23e
1 changed files with 7 additions and 0 deletions

View File

@ -771,6 +771,8 @@ option {
.btn.button-default {
min-height: 2em;
padding-left: 0.5em;
padding-right: 0.5em;
}
.new-status-notification {
@ -784,6 +786,11 @@ option {
.mobile-hidden {
display: none;
}
.btn.button-default {
padding-left: 0.7em;
padding-right: 0.7em;
}
}
@keyframes spin {