update buttons
All checks were successful
/ build (push) Successful in 4m41s

This commit is contained in:
Ruben 2025-10-27 00:27:24 -05:00
commit 6d0895503a
Signed by: sneexy
GPG key ID: 8ECFA045E63BC583
16 changed files with 35 additions and 72 deletions

View file

@ -507,15 +507,20 @@ audio {
}
/* image-button grid */
.img-buttons {
imgbtn-grid {
align-items: normal;
display: flex;
flex-wrap: wrap;
font-size: 0 !important;
flex-flow: row wrap;
font-size: 0px !important;
gap: 5px;
justify-content: center;
margin-inline: auto;
a, button {
height: 31px;
width: 88px;
}
img {
height: 31px;
image-rendering: crisp-edges !important;