MediaWiki:Tabbers.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with ".custom-tabber > .pi-media-collection-tabs { display: flex; flex-direction: row; width: 100%; flex-wrap: wrap; margin-left: 0 !important; justify-content: left; } .custom-tabber > .pi-media-collection-tabs > .pi-tab-link { flex-grow: unset; padding: 5px 10px; } .custom-tabber > .pi-media-collection-tabs > .pi-tab-link.current { border-bottom: 2px solid; background: none; } .custom-tabber > .pi-media-collection-tab-content.current { overflow: auto clip; }") |
(No difference)
|
Revision as of 18:33, 13 January 2024
.custom-tabber > .pi-media-collection-tabs {
display: flex;
flex-direction: row;
width: 100%;
flex-wrap: wrap;
margin-left: 0 !important;
justify-content: left;
}
.custom-tabber > .pi-media-collection-tabs > .pi-tab-link {
flex-grow: unset;
padding: 5px 10px;
}
.custom-tabber > .pi-media-collection-tabs > .pi-tab-link.current {
border-bottom: 2px solid;
background: none;
}
.custom-tabber > .pi-media-collection-tab-content.current {
overflow: auto clip;
}