aboutsummaryrefslogtreecommitdiff
path: root/ui/client-style/src/layout.css
diff options
context:
space:
mode:
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;
}
}