diff --git a/resources/state/state.css b/resources/state/state.css index 8fd9630..c565efb 100644 --- a/resources/state/state.css +++ b/resources/state/state.css @@ -132,10 +132,14 @@ hr { } .memory li { - margin: 10px; + margin-bottom: 10px; display: flex; } +.memory li:last-child { + margin-bottom: 0px; +} + .memory .progress { width: 100%; height: 25px; @@ -163,12 +167,13 @@ hr { overflow: hidden; white-space: nowrap; line-height: 25px; + text-align: left; } .HardDisk_li .percentage { width: 45px; line-height: 25px; - text-align: center; + text-align: right; } .speed {