「MediaWiki:Common.css」の版間の差分
提供:Kobe Makerspace
(Disable the logo placeholder) |
(Disable floating of side panels for small screens) |
||
1行目: | 1行目: | ||
.mw-wiki-logo {display:none !important;} |
.mw-wiki-logo {display:none !important;} |
||
+ | |||
+ | /* Do not float side panels on small screens. |
||
+ | Otherwise the text area on the left is too narrow |
||
+ | */ |
||
+ | @media screen and (max-width: 35em) { |
||
+ | .kobemk-sidepanel { |
||
+ | float:none !important; |
||
+ | } |
||
+ | } |
2024年1月6日 (土) 16:42時点における最新版
.mw-wiki-logo {display:none !important;} /* Do not float side panels on small screens. Otherwise the text area on the left is too narrow */ @media screen and (max-width: 35em) { .kobemk-sidepanel { float:none !important; } }