Template:Infobox Character/Images/styles.css: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
.tabber {
body.skin-vector .infobox .infobox-image .tabber {
max-width: calc(22em - 5px);
max-width: 22em;
}
}


@media(min-width: 1000px) {
.infobox .infobox-image .tabber .tabber__panel {
.tabber {
overflow-x: unset;
max-width: 300px;
}
}
 
body.skin-minerva .infobox .infobox-image .tabber {
max-width: 100%;
}
 
.skin-minerva .infobox .infobox-image {
padding: 0;
}
}