From 1b80602e6e4273f8a2e093d13135ff11d18a03de Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 1 May 2021 09:36:19 +0200 Subject: improve label/info display in mobile view --- share/css/dark.css | 13 +++++++++++++ share/css/light.css | 13 +++++++++++++ 2 files changed, 26 insertions(+) (limited to 'share/css') diff --git a/share/css/dark.css b/share/css/dark.css index 64ea7c2..b29caad 100644 --- a/share/css/dark.css +++ b/share/css/dark.css @@ -12,3 +12,16 @@ a { color: #eeeeee!important; background-color: #333333!important; } + +.glightbox-mobile +.gslide-description { + padding-top: 0!important; + padding-bottom: 0!important; + bottom: 0!important; +} + +.glightbox-mobile +.gslide-description +.gdesc-inner { + padding-top: 0!important; +} diff --git a/share/css/light.css b/share/css/light.css index 0fb96c9..5e7c6ad 100644 --- a/share/css/light.css +++ b/share/css/light.css @@ -1,3 +1,16 @@ a { color: #000099; } + +.glightbox-mobile +.gslide-description { + padding-top: 0!important; + padding-bottom: 0!important; + bottom: 0!important; +} + +.glightbox-mobile +.gslide-description +.gdesc-inner { + padding-top: 0!important; +} -- cgit v1.2.3