From e73825904ea891aab139114ea30271e71ccfa896 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Sat, 4 Sep 2021 21:16:12 +0200 Subject: Fix mobile view pills taking whole width (fixes #591) --- data/style.scss | 2 ++ 1 file changed, 2 insertions(+) (limited to 'data') diff --git a/data/style.scss b/data/style.scss index 7e63751..03ad0af 100644 --- a/data/style.scss +++ b/data/style.scss @@ -469,6 +469,8 @@ th span.active span { .mobile-info { display: block; + float: right; + margin-top: 0.5rem; } table tbody tr td { -- cgit v1.2.3