css: fix page reflow flash when loading shield badges
This commit is contained in:
parent
44be5c1249
commit
7b7d303e25
@ -154,6 +154,13 @@ body {
|
||||
|
||||
/* */
|
||||
|
||||
img[src*="shields.io"] {
|
||||
width: auto;
|
||||
height: 20px; /* Set default height to avoid reflow flashing */
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
@media screen and (max-width:960px) {
|
||||
|
||||
#container {
|
||||
|
Loading…
Reference in New Issue
Block a user