forgot to add width and height to btn item

This commit is contained in:
Heli-o 2024-10-14 18:56:15 +02:00
parent 95a042e00d
commit 3a81005315

View file

@ -10,6 +10,8 @@
.button-item { .button-item {
margin: 5px; margin: 5px;
opacity: 1; opacity: 1;
width: 88px;
height: 31px;
} }
.button-group a, .button-group iframe { .button-group a, .button-group iframe {
width: 88px; width: 88px;