diff --git a/resources/state/state.css b/resources/state/state.css index afac365..f98a642 100644 --- a/resources/state/state.css +++ b/resources/state/state.css @@ -46,6 +46,11 @@ hr { border-radius: 10px; } +.header { + max-width: 100%; + overflow: hidden; +} + .header hr { margin: 5px 0px; } @@ -55,6 +60,12 @@ hr { color: #2f4f4f; } +.header h1 { + text-overflow: ellipsis; + overflow: hidden; + white-space: nowrap; +} + .info { width: 100%; display: flex; @@ -166,9 +177,11 @@ hr { line-height: 25px; left: 50%; transform: translate(-50%, 0); + white-space: nowrap; } .HardDisk_li .mount { + min-width: 15px; max-width: 3em; text-overflow: ellipsis; overflow: hidden;