Update style for wayland test

This commit is contained in:
daleclack 2024-03-20 19:17:02 +08:00
parent 896fedf564
commit 40debe6460
1 changed files with 12 additions and 0 deletions

View File

@ -2,6 +2,16 @@
.mytitlebar { .mytitlebar {
min-height: 10px; min-height: 10px;
margin: 0px; margin: 0px;
padding-top: 3px;
padding-bottom: 3px;
}
.mytitlebar label{
margin: 0px;
}
.mytitlebar box{
margin: 0px;
} }
.ctrl_btn { .ctrl_btn {
@ -10,6 +20,8 @@
margin: 0px; margin: 0px;
font-weight: 900; font-weight: 900;
border-radius: 100%; border-radius: 100%;
padding-top: 0px;
padding-bottom: 0px;
} }
.ctrl_btn:hover { .ctrl_btn:hover {