From 8b7dc4bdd60dd4e922dac123eab004b817da8a2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Sat, 11 Jul 2020 15:59:23 -0500 Subject: Fix menu mobile --- libretube-theme/static/css/styles.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'libretube-theme') diff --git a/libretube-theme/static/css/styles.css b/libretube-theme/static/css/styles.css index c392862..2054995 100644 --- a/libretube-theme/static/css/styles.css +++ b/libretube-theme/static/css/styles.css @@ -800,6 +800,13 @@ soumaicon { margin-top: 10rem !important; } } +@media screen and (max-width: 525px) { + .tab .active { + border-bottom: 2px solid #0091EA; + padding-bottom: 1px; + margin-bottom: 5px; + } +} @media only screen and (max-width: 480px) { .logo { max-width: 20%; -- cgit v1.2.3