User talk:KPFC
Add topicAppearance
Latest comment: 8 years ago by KPFC in topic Issues with very small screens[edit source]
| This page used the Structured Discussions extension to give structured discussions. It has since been converted to wikitext, so the content and history here are only an approximation of what was actually displayed at the time these comments were made. |
CSS for Timeless
[edit]Hi, can you explain in more detail where you put this code to fix the overlapping?
Issues with very small screens[edit source]
[edit]On small screens (in particular smartphones) there appear a few issues with overlapping content etc wich makes it difficult to use there. I’ve added a bit css, so this does not concern me on wmf-wikis:
.oo-ui-clippableElement-clippable {
width:auto !important;
}
.oo-ui-popupWidget-popup {
width:auto !important;
max-width:400px !important;
}
@media screen and (max-width: 500px) {
#p-logo-text {
display:none;
}
#hauptseite {
display:block;
width:auto;
}
}
.suggestions {
z-index: 100 !important;
margin-top:50px;
}
regards –KPFC (talk) 18:19, 28 January 2018 (UTC) [edited –KPFC (talk) 15:06, 1 May 2018 (UTC)]
- I put it into my m:User:KPFC/global.css on Meta, so that it is inherited on any wiki for me--unfortunately there is no global per-skin customization KPFC (talk) 07:40, 3 May 2018 (UTC)