diff options
| author | 2024-04-24 12:12:47 +0200 | |
|---|---|---|
| committer | 2024-04-24 11:12:47 +0100 | |
| commit | 7a1e6394831fb07e303c5ed0900dfe1ea4820de5 (patch) | |
| tree | bcd526463b19a85fbe821dcad2276da401daec18 /web/source/settings/style.css | |
| parent | [chore]: Bump codeberg.org/gruf/go-mutexes from 1.4.0 to 1.4.1 (#2860) (diff) | |
| download | gotosocial-7a1e6394831fb07e303c5ed0900dfe1ea4820de5.tar.xz | |
[chore] Refactor settings panel routing (and other fixes) (#2864)
Diffstat (limited to 'web/source/settings/style.css')
| -rw-r--r-- | web/source/settings/style.css | 23 |
1 files changed, 3 insertions, 20 deletions
diff --git a/web/source/settings/style.css b/web/source/settings/style.css index 894d879ad..57f8bf4cf 100644 --- a/web/source/settings/style.css +++ b/web/source/settings/style.css @@ -53,21 +53,13 @@ ul li::before { & > div, & > form { - border-left: 0.2rem solid $border-accent; - padding-left: 0.4rem; display: flex; flex-direction: column; gap: 0.5rem; margin: 1rem 0; - h1, h2 { + h1, h2, h3, h4, h5 { margin: 0; - margin-top: 0.1rem; - } - - &:only-child { - border-left: none; - padding-left: none; } &:first-child { @@ -77,12 +69,6 @@ ul li::before { &:last-child { margin-bottom: 0; } - - &.without-border, - .without-border { - border-left: 0; - padding-left: 0; - } } & > .error { @@ -305,7 +291,8 @@ input, select, textarea { ) !important; } -section.with-sidebar > div, section.with-sidebar > form { +section.with-sidebar > div, +section.with-sidebar > form { display: flex; flex-direction: column; gap: 1rem; @@ -348,10 +335,6 @@ section.with-sidebar > div, section.with-sidebar > form { display: flex; flex-direction: column; gap: 0.2rem; - - h3 { - margin: 0; - } } .labelinput .border { |
