66
edits
No edit summary |
(Revert) Tag: Manual revert |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 156: | Line 156: | ||
.vector-menu.vector-menu-portal a[href]:active { | .vector-menu.vector-menu-portal a[href]:active { | ||
opacity: 0.9; | opacity: 0.9; | ||
} | |||
@media screen and (max-width: 999px) { | |||
#p-personal, | |||
.vector-user-menu-legacy { | |||
position: absolute; | |||
top: 0; | |||
left: 0; | |||
right: 0; | |||
} | |||
.vector-user-menu-legacy .vector-menu-content { | |||
display: block; | |||
width: 100%; | |||
padding: 8px 12px; | |||
overflow: auto; | |||
box-sizing: border-box; | |||
} | |||
#p-personal ul, | |||
.vector-user-menu-legacy .vector-menu-content-list { | |||
white-space: nowrap; | |||
display: block; | |||
padding-left: 0; | |||
} | |||
.vector-user-menu-legacy .mw-list-item { | |||
float: none; | |||
display: inline-block; | |||
} | |||
} | } | ||