This commit is contained in:
KernelDeimos 2024-04-07 00:05:54 -04:00
parent dc5a7ca431
commit 8018a607a8

View File

@ -3478,6 +3478,7 @@ label {
} }
#storage-bar { #storage-bar {
float: left;
height: 15px; height: 15px;
background-color: #dbe3ef; background-color: #dbe3ef;
border-top-left-radius: 3px; border-top-left-radius: 3px;
@ -3485,12 +3486,20 @@ label {
width: 0; width: 0;
} }
#storage-bar-host {
float: left;
height: 15px;
background-color: #dbe3ef9c;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
width: 0;
}
#storage-used-percent { #storage-used-percent {
position: absolute; position: absolute;
left: calc(50% - 20px);
text-align: center; text-align: center;
display: inline-block; display: inline-block;
width: 40px; width: 100%;
font-size: 13px; font-size: 13px;
} }