aboutsummaryrefslogtreecommitdiff
path: root/ui/client-style/src/layout.css
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2026-02-17 12:53:19 +0100
committermetamuffin <metamuffin@disroot.org>2026-02-17 12:53:19 +0100
commit5c83df829b57f685f1c2b5e2e9e1c99dfda8eb00 (patch)
tree5a053a1d3133662de23ceb545db0828de5ddfcc9 /ui/client-style/src/layout.css
parentee59ba81602a209c2262846032d7e936cb2e8d1f (diff)
downloadjellything-5c83df829b57f685f1c2b5e2e9e1c99dfda8eb00.tar
jellything-5c83df829b57f685f1c2b5e2e9e1c99dfda8eb00.tar.bz2
jellything-5c83df829b57f685f1c2b5e2e9e1c99dfda8eb00.tar.zst
fix up css
Diffstat (limited to 'ui/client-style/src/layout.css')
-rw-r--r--ui/client-style/src/layout.css26
1 files changed, 1 insertions, 25 deletions
diff --git a/ui/client-style/src/layout.css b/ui/client-style/src/layout.css
index 5c5272c..a7f0b28 100644
--- a/ui/client-style/src/layout.css
+++ b/ui/client-style/src/layout.css
@@ -120,32 +120,8 @@ summary h3 {
margin-right: 3px;
}
-.children {
- padding: 1em;
- padding-left: 3em;
- padding-right: 3em;
- list-style: none;
- width: 100%;
- box-sizing: border-box;
- display: flex;
-}
-.children:not(.hlist) {
- flex-wrap: wrap;
-}
-.children li {
- display: block;
-}
-.hlist {
- overflow-x: auto;
- max-width: 100%;
- flex-wrap: nowrap;
-}
-.hlist li {
- display: inline-block;
-}
-
@media (max-width: 750px) {
- .hlist ul {
+ .nl.inline ul {
padding-left: 0;
}
}