Removed useless controls + changed controls style

This commit is contained in:
l_samenv
2024-08-09 10:54:28 +02:00
parent 62d1047925
commit 9c7fe9d622
6 changed files with 12 additions and 52 deletions

View File

@ -18,7 +18,6 @@
#control_bar{
height: 28px;
background-color: dimgray;
border-top-left-radius: 12px;
border-top-right-radius: 12px;
padding-left: 12px;
@ -26,6 +25,10 @@
display: flex;
column-gap: 5px;
margin-top: 2px;
border-left : 1px solid white;
border-right : 1px solid white;
border-top : 1px solid white;
box-sizing: border-box;
}
/*********************/