static: add symbols next to volume slider

This commit is contained in:
coon 2023-12-05 02:42:39 +01:00
parent 9f568251cc
commit 468b35f791
2 changed files with 13 additions and 1 deletions

View file

@ -29,6 +29,12 @@ button {
border-bottom-color: #3A3A3A;
}
.borderless-button {
border: none;
background-color: inherit;
cursor: pointer;
}
input[type=text] {
background-color: #28374a;
color: white;
@ -168,7 +174,6 @@ table tr:hover td {
}
#volume {
margin-left: 10px;
width: 90%;
}
@ -192,6 +197,11 @@ table tr:hover td {
flex-direction: row;
}
#volume-control {
display: flex;
flex-direction: row;
}
#top-logo {
display: flex;
flex-direction: column;