aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/menu/menu.component.scss
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-01-21 14:03:04 +0100
committerChocobozzz <me@florianbigard.com>2019-01-21 14:03:04 +0100
commitfdebd9a3bdcc3ea3881f2234a0f214c2588de3e4 (patch)
tree64536965dc411b4e3ce90db0073efb22d1ae336c /client/src/app/menu/menu.component.scss
parent38967f7b73cec6f6198c72d62f8d64bb88e6951c (diff)
downloadPeerTube-fdebd9a3bdcc3ea3881f2234a0f214c2588de3e4.tar.gz
PeerTube-fdebd9a3bdcc3ea3881f2234a0f214c2588de3e4.tar.zst
PeerTube-fdebd9a3bdcc3ea3881f2234a0f214c2588de3e4.zip
Fix notification popover width
Diffstat (limited to 'client/src/app/menu/menu.component.scss')
-rw-r--r--client/src/app/menu/menu.component.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/menu/menu.component.scss b/client/src/app/menu/menu.component.scss
index a4aaadc7f..24b1a4db3 100644
--- a/client/src/app/menu/menu.component.scss
+++ b/client/src/app/menu/menu.component.scss
@@ -243,7 +243,7 @@ menu {
243 } 243 }
244} 244}
245 245
246@media screen and (max-width: 400px) { 246@media screen and (max-width: $mobile-view) {
247 .menu-wrapper { 247 .menu-wrapper {
248 width: 100% !important; 248 width: 100% !important;
249 } 249 }