mirror of
https://github.com/HeyPuter/puter
synced 2024-11-15 06:15:47 +00:00
Add CSS
This commit is contained in:
parent
dc5a7ca431
commit
8018a607a8
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user