@@ 10,7 10,8 @@ body {
left: 0;
background-color: black;
overflow-x: hidden;
- font-family: "-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji";
+ font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
+ font-size: small;
}
.sidebar p {
color: white;
@@ 27,6 28,9 @@ ul#list-filenames {
}
ul#list-filenames li {
color: white;
+ display: block;
+ overflow: hidden;
+ white-space: nowrap;
}
ul#list-filenames li.highlight {
font-weight: bold;
@@ 66,9 70,6 @@ ul#list-filenames li.highlight {
#settings label:active:after {
width: 130px;
}
-#list-filenames li {
- display: block;
-}
.container {
width: calc(100% - 200px);
height: 100%;
@@ 81,5 82,6 @@ ul#list-filenames li.highlight {
}
#container-editor {
border: 1px solid #ccc;
+ overflow: hidden;
}