diff options
| author | metamuffin <metamuffin@disroot.org> | 2026-02-17 18:12:40 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2026-02-17 18:12:40 +0100 |
| commit | 95606a9deed45ae285c2d4dee01de9d21a43b044 (patch) | |
| tree | 0651833f91859561b4e946dde31283d0cbc7cbb4 /ui/client-style | |
| parent | 0816c3d092f0da85bc7bfa928d44fc3d4f1fcb90 (diff) | |
| download | jellything-95606a9deed45ae285c2d4dee01de9d21a43b044.tar jellything-95606a9deed45ae285c2d4dee01de9d21a43b044.tar.bz2 jellything-95606a9deed45ae285c2d4dee01de9d21a43b044.tar.zst | |
inline node lists and home page
Diffstat (limited to 'ui/client-style')
| -rw-r--r-- | ui/client-style/src/node_list.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/client-style/src/node_list.css b/ui/client-style/src/node_list.css index 370d8df..c9d66eb 100644 --- a/ui/client-style/src/node_list.css +++ b/ui/client-style/src/node_list.css @@ -21,6 +21,7 @@ } .nl.inline { + display: flex; overflow-x: auto; max-width: 100%; flex-wrap: nowrap; |