mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-06 17:11:55 +00:00
Cleaned up titlebar look
This commit is contained in:
@@ -80,7 +80,7 @@
|
||||
background: var(--primary-background);
|
||||
|
||||
.sidebar {
|
||||
flex: 2;
|
||||
flex: 1 0 218px;
|
||||
display: flex;
|
||||
flex-shrink: 0;
|
||||
overflow-y: scroll;
|
||||
@@ -91,6 +91,9 @@
|
||||
width: 218px;
|
||||
padding: 60px 8px;
|
||||
height: fit-content;
|
||||
display: flex;
|
||||
gap: 2px;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.divider {
|
||||
|
||||
@@ -24,6 +24,7 @@ export function Native(props: Props) {
|
||||
|
||||
return (
|
||||
<div>
|
||||
<h3>App Behavior</h3>
|
||||
<Checkbox
|
||||
checked={autoStart ?? false}
|
||||
disabled={typeof autoStart === "undefined"}
|
||||
|
||||
Reference in New Issue
Block a user