aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/menu
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-09-05 11:20:44 +0200
committerChocobozzz <me@florianbigard.com>2018-09-05 11:20:44 +0200
commit8ff3f88347cb733ca8a3978ba6eb9763fb3ea294 (patch)
treea8711905f240a8e511659b45d537e780f684e7f1 /client/src/app/menu
parent46ae6f67249dea59176488ad1775f80109b8b8db (diff)
downloadPeerTube-8ff3f88347cb733ca8a3978ba6eb9763fb3ea294.tar.gz
PeerTube-8ff3f88347cb733ca8a3978ba6eb9763fb3ea294.tar.zst
PeerTube-8ff3f88347cb733ca8a3978ba6eb9763fb3ea294.zip
Fix watch page responsive
Diffstat (limited to 'client/src/app/menu')
-rw-r--r--client/src/app/menu/menu.component.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/client/src/app/menu/menu.component.scss b/client/src/app/menu/menu.component.scss
index c725580d1..a699da12f 100644
--- a/client/src/app/menu/menu.component.scss
+++ b/client/src/app/menu/menu.component.scss
@@ -6,6 +6,7 @@
6 height: calc(100vh - #{$header-height}); 6 height: calc(100vh - #{$header-height});
7 padding: 0; 7 padding: 0;
8 width: $menu-width; 8 width: $menu-width;
9 z-index: 10000;
9} 10}
10 11
11menu { 12menu {
@@ -16,7 +17,6 @@ menu {
16 white-space: nowrap; 17 white-space: nowrap;
17 text-overflow: ellipsis; 18 text-overflow: ellipsis;
18 overflow: hidden; 19 overflow: hidden;
19 z-index: 1000;
20 color: $menu-color; 20 color: $menu-color;
21 display: flex; 21 display: flex;
22 flex-direction: column; 22 flex-direction: column;
@@ -230,7 +230,6 @@ menu {
230@media screen and (max-width: 400px) { 230@media screen and (max-width: 400px) {
231 .menu-wrapper { 231 .menu-wrapper {
232 width: 100% !important; 232 width: 100% !important;
233 z-index: 10000;
234 } 233 }
235 234
236 .top-menu { 235 .top-menu {