From 493cf882bfef32af16b84fb140059fcf6dc195f1 Mon Sep 17 00:00:00 2001 From: magdev Date: Sun, 3 Dec 2023 11:24:21 +0100 Subject: [PATCH] fixed buttons in mobile view --- stylesheets/application.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/stylesheets/application.css b/stylesheets/application.css index 3487ed9..ade7d37 100644 --- a/stylesheets/application.css +++ b/stylesheets/application.css @@ -544,4 +544,10 @@ .theme-Baupm .flyout-menu a:active { color: #777; } + .theme-Baupm #content>.contextual>a, + .theme-Baupm #content>.contextual .drdn, + .theme-Baupm p.buttons a { + min-width: 200px; + line-height: 1.8; + } }