Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #144 from TopRealm/ZoruaFox-patch-2
Browse files Browse the repository at this point in the history
style(MboxCss):various changes
  • Loading branch information
ZoruaFox authored Sep 19, 2023
2 parents 9dd848a + 5ad438c commit 6f438e6
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions src/Gadgets/Compatibility/MboxCss/Mbox.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,13 @@
align-content: center;
align-items: center;
justify-content: center;
border-width: 0 0 0 5px;
border-width: 0 0 0 0.5em;
border-style: solid;
border-radius: 5px;
-webkit-border-radius: 0.5em;
-moz-border-radius: 0.5em;
-ms-border-radius: 0.5em;
-o-border-radius: 0.5em;
border-radius: 0.5em;
border-left-color: #36c;
margin: 0.5em auto;
background: #def;
Expand Down Expand Up @@ -345,8 +349,10 @@ body.mediawiki .mbox-small-left {
@media screen and (max-width: 768px) {
.mbox,
.mbox-small {
width: 100%;
max-width: 100%;
width: 99.5%;
width: calc(100% - 0.5em);
max-width: 99.5%;
max-width: calc(100% - 0.5em);
font-size: 0.9em;
}

Expand Down

0 comments on commit 6f438e6

Please sign in to comment.