Jump to content

Module:Message box/ambox.css: Difference between revisions

spacing
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 7: Line 7:
box-sizing: border-box;
box-sizing: border-box;
     margin: 1em 0;
     margin: 1em 0;
}
@media screen and (prefers-color-scheme: light) {
    html.skin-theme-clientpref-os .ambox {
        background-color: #ffcaca;
    }
}
html.skin-theme-clientpref-day .ambox {
    background-color: #ffcaca;
}
}


Line 94: Line 104:
}
}


.ambox .mbox-image-div {
/* .ambox .mbox-image-div {
width: 52px;
width: 52px;
}
} */
/* praying that it wont break anything if i disable that */


/* Hack around MobileFrontend being opinionated */
/* Hack around MobileFrontend being opinionated */