From f5ad15cc68804351389192f149b0f48866f1d9eb Mon Sep 17 00:00:00 2001 From: winter Date: Sun, 19 Jan 2025 23:12:10 +0000 Subject: make left and right panes accessible on small screens --- static/mobilepanes.css | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 static/mobilepanes.css (limited to 'static/mobilepanes.css') diff --git a/static/mobilepanes.css b/static/mobilepanes.css new file mode 100644 index 0000000..abd3b68 --- /dev/null +++ b/static/mobilepanes.css @@ -0,0 +1,8 @@ +main.mobilePane { + /*overflow-y: hidden;*/ + display: block; + + #notificationsPanel { + box-sizing: border-box; + } +} -- cgit v1.3