made page-selector buttons flexible

This commit is contained in:
Wirlaburla 2023-07-29 02:32:42 -05:00
parent a6afc88c00
commit 6a248f4593

View File

@ -158,7 +158,7 @@ div.page-selector div.pagebutton {
border: var(--default-button-border);
text-align: center;
padding: 2px;
width: 24px;
min-width: 24px;
height: 24px;
}