Skip to content

Commit 4dbe7fb

Browse files
author
prima
committed
fix: Button styling
1 parent d7fbbbe commit 4dbe7fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

klite.embd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -756,10 +756,10 @@ Current version indicated by LITEVER below.
756756
border-radius: 8px;
757757
}
758758
#actionmenuitems button,#actionmenuitems2 button {
759-
width: 78px;
759+
min-width: 78px;
760760
}
761761
#actionmenuitems button.slim,#actionmenuitems2 button.slim {
762-
width: 38px;
762+
min-width: 38px;
763763
}
764764
@media (max-width: 666px) {
765765
#actionmenuitems button,#actionmenuitems2 button {

0 commit comments

Comments
 (0)