diff options
author | Daniel Friesel <derf@finalrewind.org> | 2021-05-01 09:36:19 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2021-05-01 09:36:19 +0200 |
commit | 1b80602e6e4273f8a2e093d13135ff11d18a03de (patch) | |
tree | f5eefd1de2ca411770a9e613515cf4e2ac81676a /share/css/dark.css | |
parent | d09aaa6f0c33d4c22f383e93bf389e821f4c76c4 (diff) |
improve label/info display in mobile view
Diffstat (limited to 'share/css/dark.css')
-rw-r--r-- | share/css/dark.css | 13 |
1 files changed, 13 insertions, 0 deletions
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; +} |