diff --git a/web/css/mrbs.css.php b/web/css/mrbs.css.php index 0fc6b27b3..214f499d6 100644 --- a/web/css/mrbs.css.php +++ b/web/css/mrbs.css.php @@ -657,14 +657,21 @@ content: '\00203a'; /* Single left-pointing angle quotation mark */ } -nav a.prev_week::before { +nav a.prev.week::before { content: '\0000ab'; /* Left-pointing double angle quotation mark */ } -nav a.next_week::before { +nav a.next.week::before { content: '\0000bb'; /* Right-pointing double angle quotation mark */ } +> buttons on narrow screens ?> +@media (max-width: 30rem) { + nav a.week { + display: none; + } +} + .message_top { font-weight: bold; color: red; diff --git a/web/index.php b/web/index.php index bdaf308ac..b12144f85 100644 --- a/web/index.php +++ b/web/index.php @@ -313,14 +313,14 @@ function get_arrow_nav(string $view, int $view_all, int $year, int $month, int $ $html .= "";