updated css

This commit is contained in:
Iaphetes 2025-01-02 19:54:58 +01:00
parent 0d41825928
commit 174c6c661a

View file

@ -57,9 +57,11 @@
flex: 0 0 49%;
width: 50%;
padding: 0.5em;
margin: .1em;
/* margin: .1em; */
margin-left: .1em;
border: solid;
border-radius: .5em;
border-color: var(--highlight-color);
/* border-radius: .5em; */
}
#markdown_input {
grid-column: 1;
@ -146,7 +148,8 @@ li {
.filetree {
float: left;
border: solid;
/* width: var(--filetree-width); */
border-color: var(--highlight-color);
width: var(--filetree-width);
overflow-x: scroll;
overflow-y: scroll;
resize: width;