improve dark mode colors + fix dark logo in chrome
This commit is contained in:
parent
e3b88b7d89
commit
e29559e46d
4 changed files with 25 additions and 13 deletions
|
|
@ -47,7 +47,7 @@ details:has(+ details) {
|
|||
}
|
||||
|
||||
.toolbar input {
|
||||
height: 20px;
|
||||
height: 22px;
|
||||
}
|
||||
.toolbar div {
|
||||
vertical-align: bottom;
|
||||
|
|
|
|||
|
|
@ -174,7 +174,7 @@ export function App() {
|
|||
{/* Right: sidebar */}
|
||||
<div style={{
|
||||
flex: '0 0 content',
|
||||
borderLeft: '1px solid lightgrey',
|
||||
borderLeft: '1px solid var(--separator-color)',
|
||||
overflowY: "auto",
|
||||
overflowX: "auto",
|
||||
maxWidth: 'min(400px, 50vw)',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue