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 --- routes/mobilepanes.php | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 routes/mobilepanes.php (limited to 'routes/mobilepanes.php') diff --git a/routes/mobilepanes.php b/routes/mobilepanes.php new file mode 100644 index 0000000..b7f7c04 --- /dev/null +++ b/routes/mobilepanes.php @@ -0,0 +1,7 @@ +mount('/mobilepane/:side', function (array $args) { + render_template('mobilepane_' . $args['side']); +}); \ No newline at end of file -- cgit v1.3