diff options
| author | winter | 2025-01-19 23:12:10 +0000 |
|---|---|---|
| committer | winter | 2025-01-19 23:12:10 +0000 |
| commit | f5ad15cc68804351389192f149b0f48866f1d9eb (patch) | |
| tree | 9af66b2416b8f860ea489699a14228aa568a1eb4 /static/style.css | |
| parent | 8c6dad8c48d5d730b102d9de0079fee9752b0d35 (diff) | |
make left and right panes accessible on small screens
Diffstat (limited to 'static/style.css')
| -rw-r--r-- | static/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 0c2bf9d..d1ac93d 100644 --- a/static/style.css +++ b/static/style.css @@ -4,4 +4,5 @@ @import url(note.css); @import url(form.css); @import url(profile.css); +@import url(mobilepanes.css); @import url(misc.css); |
