aboutsummaryrefslogtreecommitdiffstats
path: root/libretube-theme
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2020-07-11 15:59:23 -0500
committerJesús <heckyel@hyperbola.info>2020-07-11 15:59:23 -0500
commit8b7dc4bdd60dd4e922dac123eab004b817da8a2f (patch)
treec444b811e183b35f83f35bb27fd959ecdfb7f00d /libretube-theme
parent6989ea3af599ac197b2b0c7f64eae17b9bce85e4 (diff)
downloadlibretube-8b7dc4bdd60dd4e922dac123eab004b817da8a2f.tar.lz
libretube-8b7dc4bdd60dd4e922dac123eab004b817da8a2f.tar.xz
libretube-8b7dc4bdd60dd4e922dac123eab004b817da8a2f.zip
Fix menu mobile
Diffstat (limited to 'libretube-theme')
-rw-r--r--libretube-theme/static/css/styles.css7
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%;