aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-01-31 10:08:05 +0100
committerChocobozzz <me@florianbigard.com>2018-01-31 10:08:05 +0100
commitc8cf5952f3be2dd64016c10dfe1825a6de1ec39b (patch)
treef8e8041b28bfeda4f642e975aa8db9bb924942d1 /client/src/sass
parent8892e8cc63fcef1ce4952b6a8e2946d730c5e8bb (diff)
downloadPeerTube-c8cf5952f3be2dd64016c10dfe1825a6de1ec39b.tar.gz
PeerTube-c8cf5952f3be2dd64016c10dfe1825a6de1ec39b.tar.zst
PeerTube-c8cf5952f3be2dd64016c10dfe1825a6de1ec39b.zip
Mobile version: menu full width and autoclosed
Diffstat (limited to 'client/src/sass')
-rw-r--r--client/src/sass/application.scss8
1 files changed, 6 insertions, 2 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss
index 33d7ce0a5..82c4bca74 100644
--- a/client/src/sass/application.scss
+++ b/client/src/sass/application.scss
@@ -361,9 +361,9 @@ table {
361} 361}
362 362
363// On small screen, menu is absolute 363// On small screen, menu is absolute
364@media screen and (max-width: 800px) { 364@media screen and (max-width: 600px) {
365 .title-menu-left { 365 .title-menu-left {
366 width: 150px !important; 366 width: 100% !important;
367 position: absolute !important; 367 position: absolute !important;
368 z-index: 10000; 368 z-index: 10000;
369 } 369 }
@@ -387,4 +387,8 @@ table {
387 } 387 }
388 } 388 }
389 } 389 }
390
391 bs-dropdown-container {
392 z-index: 10000;
393 }
390} 394}