MediaWiki:Mobile.css: Difference between revisions

Want an adless experience? Log in or Create an account.
m
fix tabset margin
No edit summary
m (fix tabset margin)
Line 46: Line 46:
.tabs2d > .tabsettop, .zdw-tabcontainer__tabset--top { position: absolute; top: -32px; }
.tabs2d > .tabsettop, .zdw-tabcontainer__tabset--top { position: absolute; top: -32px; }
.tabs2d > .tabsetleft, .zdw-tabcontainer__tabset--left { float: left; }
.tabs2d > .tabsetleft, .zdw-tabcontainer__tabset--left { float: left; }
.zdw-tabset { margin: 0 !important; }
.tabs2d > .tabset, .zdw-tabset { display: flex; overflow-x: auto; }
.tabs2d > .tabset, .zdw-tabset { display: flex; overflow-x: auto; }
.tabs2d > .tabsetleft, .zdw-tabcontainer__tabset--left .zdw-tabset { flex-direction: column; }
.tabs2d > .tabsetleft, .zdw-tabcontainer__tabset--left .zdw-tabset { flex-direction: column; }