Skip to content
Snippets Groups Projects
Commit df39b1fc authored by nizune's avatar nizune
Browse files

Cleaned up CSS for settings page

parent 03f572f3
No related merge requests found
......@@ -122,24 +122,16 @@
.sidebar {
flex: 1 0 218px;
display: flex;
flex-shrink: 0;
overflow-y: scroll;
justify-content: flex-end;
background: var(--secondary-background);
display: flex;
-webkit-box-flex: 1;
-webkit-box-pack: end;
justify-content: flex-end;
.container {
width: 218px;
min-width: 218px;
padding: 80px 8px;
height: fit-content;
display: flex;
gap: 2px;
flex-direction: column;
visibility: visible;
}
.divider {
......@@ -172,15 +164,12 @@
text-decoration: underline;
}
}
scrollbar-color: var(--scrollbar-thumb) var(--scrollbar-track);
}
.content {
flex: 1 1 800px;
display: flex;
overflow-y: auto;
overflow-x: hidden;
.scrollbox {
display: flex;
......@@ -190,11 +179,10 @@
.contentcontainer {
display: flex;
gap: 13px;
height: max-content;
height: fit-content;
max-width: 740px;
padding: 80px 2em;
width: 100%;
visibility: visible;
flex-direction: column;
}
......@@ -243,10 +231,8 @@
}
.action {
flex: 1;
flex-shrink: 0;
flex-grow: 1;
padding: 80px 8px;
color: var(--tertiary-background);
visibility: visible;
position: sticky;
top: 0;
......@@ -288,10 +274,6 @@
transform: translateY(2px);
}
}
> div {
display: inline;
}
}
section {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment