not great but better
This commit is contained in:
@@ -209,7 +209,6 @@
|
||||
transition-duration: 500ms;
|
||||
syntax: "*";
|
||||
inherits: false;
|
||||
scrollbar-gutter: stable both-edges;
|
||||
scrollbar-color: var(--color-text) var(--color-base);
|
||||
}
|
||||
|
||||
@@ -225,6 +224,13 @@
|
||||
background-color: var(--color-text);
|
||||
color: var(--color-crust);
|
||||
}
|
||||
#center-body {
|
||||
scrollbar-width: thin;
|
||||
scrollbar-gutter: stable both-edges;
|
||||
}
|
||||
#rightbar-content {
|
||||
scrollbar-width: none;
|
||||
}
|
||||
|
||||
body {
|
||||
background: var(--color-base);
|
||||
@@ -246,6 +252,7 @@ body {
|
||||
background-color: var(--color-text);
|
||||
vertical-align: text-bottom;
|
||||
margin-left: 2px;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
/* Block cursor when done typing */
|
||||
|
||||
Reference in New Issue
Block a user