Difference between revisions of "MediaWiki:Mobile.css"
Jump to navigation
Jump to search
imported>Stencil |
imported>Stencil |
||
Line 6: | Line 6: | ||
.article-tile { | .article-tile { | ||
display: inline-block; | display: inline-block; | ||
+ | } | ||
+ | |||
+ | #main-wagon-list { | ||
+ | white-space: nowrap; | ||
+ | overflow-x: scroll; | ||
} | } | ||
Line 16: | Line 21: | ||
#main-wagon-list li { | #main-wagon-list li { | ||
width: 7em; | width: 7em; | ||
− | |||
− | |||
} | } |
Revision as of 21:30, 13 March 2020
#main-article-tiles { white-space: nowrap; overflow-x: scroll; } .article-tile { display: inline-block; } #main-wagon-list { white-space: nowrap; overflow-x: scroll; } #main-wagon-list ul { display: inline-block; text-align: center; list-style: none; } #main-wagon-list li { width: 7em; }