UX: better xkcd oneboxes

This commit is contained in:
Régis Hanol 2016-11-28 15:14:59 +01:00
parent a03287f2ee
commit 0c791e721e
1 changed files with 7 additions and 0 deletions

View File

@ -360,3 +360,10 @@ aside.onebox.stackexchange .onebox-body {
.mobile-view article.onebox-body {
border-top: none;
}
.onebox.xkcd .onebox-body {
img {
max-width: 100% !important;
float: none !important;
}
}