Buttons can move to new line

This commit is contained in:
Nikolay Puzanov 2022-12-07 18:07:00 +03:00
parent 37b7a54d3b
commit 664b7b1f5c

View File

@ -28,8 +28,7 @@
color: white; color: white;
background-color: #2d3d40; background-color: #2d3d40;
width: 100%; width: 100%;
height: 38px; padding: 3px;
padding: 4px;
font-size: inherit; font-size: inherit;
} }
@ -44,7 +43,9 @@
background-color: #dbdbdb; background-color: #dbdbdb;
margin-left: 1px; margin-left: 1px;
margin-right: 1px; margin-right: 1px;
height: 100%; margin-top: 2px;
margin-bottom: 2px;
height: 25px;
} }
button span.text { padding: 4px; } button span.text { padding: 4px; }