From 7cebb50e0e7b9b9304c09fa3faedc83d3a405236 Mon Sep 17 00:00:00 2001 From: f0x Date: Sun, 18 Sep 2022 19:14:23 +0200 Subject: [PATCH] mobile element tweaks --- web/source/settings-panel/style.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/web/source/settings-panel/style.css b/web/source/settings-panel/style.css index 522bccc1..95f6f0e1 100644 --- a/web/source/settings-panel/style.css +++ b/web/source/settings-panel/style.css @@ -372,6 +372,7 @@ section.with-sidebar > div { .entry { display: flex; + flex-wrap: wrap; background: $settings-entry-bg; &:hover { @@ -476,4 +477,17 @@ section.with-sidebar > div { section { grid-column: 1; } + + .user-profile .overview { + grid-template-columns: 1fr; + grid-template-rows: auto auto; + } + + main section { + padding: 0.75rem; + } + + .instance-list .filter { + flex-direction: column; + } } \ No newline at end of file