mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-06 17:11:55 +00:00
Fix: Make settings not jump around.
Fix: Auto-complete font size.
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
background: var(--primary-background);
|
||||
|
||||
.sidebar {
|
||||
flex-grow: 1;
|
||||
flex: 2;
|
||||
display: flex;
|
||||
flex-shrink: 0;
|
||||
overflow-y: scroll;
|
||||
@@ -114,7 +114,7 @@
|
||||
}
|
||||
|
||||
.content {
|
||||
flex-grow: 2;
|
||||
flex: 3;
|
||||
max-width: 740px;
|
||||
padding: 60px 2em;
|
||||
overflow-y: scroll;
|
||||
@@ -155,7 +155,7 @@
|
||||
}
|
||||
|
||||
.action {
|
||||
flex-grow: 1;
|
||||
flex: 1;
|
||||
flex-shrink: 0;
|
||||
padding: 60px 8px;
|
||||
color: var(--tertiary-background);
|
||||
|
||||
@@ -74,14 +74,13 @@
|
||||
|
||||
.appearance {
|
||||
.theme {
|
||||
min-width: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.themes {
|
||||
gap: 8px;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
|
||||
img {
|
||||
|
||||
Reference in New Issue
Block a user