projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
133d9c1
)
Correctly fix menu overflow on mobile
author
Chocobozzz
<me@florianbigard.com>
Wed, 26 Feb 2020 14:25:00 +0000
(15:25 +0100)
committer
Chocobozzz
<me@florianbigard.com>
Wed, 26 Feb 2020 14:25:09 +0000
(15:25 +0100)
client/src/app/menu/menu.component.scss
patch
|
blob
|
history
diff --git
a/client/src/app/menu/menu.component.scss
b/client/src/app/menu/menu.component.scss
index 112fdc1ce694a05b906204546c33a76deae1dfb3..b0517375175d8bf5e299fe54bfcffb8861dc128d 100644
(file)
--- a/
client/src/app/menu/menu.component.scss
+++ b/
client/src/app/menu/menu.component.scss
@@
-254,17
+254,13
@@
menu {
@media screen and (max-width: $mobile-view) {
.menu-wrapper {
width: 100% !important;
- }
-
- .top-menu, .footer {
- width: 100% !important;
- }
-}
-@media (hover: none) and (pointer: coarse) {
- .menu-wrapper {
menu {
overflow-y: auto;
}
}
+
+ .top-menu, .footer {
+ width: 100% !important;
+ }
}