diff options
author | Jesús <heckyel@hyperbola.info> | 2020-07-11 15:59:23 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-07-11 15:59:23 -0500 |
commit | 8b7dc4bdd60dd4e922dac123eab004b817da8a2f (patch) | |
tree | c444b811e183b35f83f35bb27fd959ecdfb7f00d | |
parent | 6989ea3af599ac197b2b0c7f64eae17b9bce85e4 (diff) | |
download | libretube-8b7dc4bdd60dd4e922dac123eab004b817da8a2f.tar.lz libretube-8b7dc4bdd60dd4e922dac123eab004b817da8a2f.tar.xz libretube-8b7dc4bdd60dd4e922dac123eab004b817da8a2f.zip |
Fix menu mobile
-rw-r--r-- | libretube-theme/static/css/styles.css | 7 |
1 files changed, 7 insertions, 0 deletions
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%; |