66
edits
(Make menu available on mobile) |
(Fix double close) |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the mobile site */ | /* All CSS here will be loaded for users of the mobile site */ | ||
body { | |||
display: | display: flex; | ||
flex-direction: column; | |||
min-height: 100vh; | |||
justify-content: start; | |||
padding-top: 70px; | |||
} | } | ||
| Line 12: | Line 16: | ||
border-bottom: 1px solid black; | border-bottom: 1px solid black; | ||
box-shadow: 2px 2px 0 rgba(0, 0, 0, .2); | box-shadow: 2px 2px 0 rgba(0, 0, 0, .2); | ||
} | |||
#mw-head, #p-personal { | |||
position: relative; | |||
} | |||
#left-navigation, #right-navigation, .vector-menu-tabs-legacy, .vector-search-box { | |||
float: none; | |||
} | |||
#left-navigation { | |||
margin-left: 0; | |||
margin-top: 0; | |||
} | |||
#p-personal ul { | |||
padding-left: 0; | |||
} | } | ||