Skip to content

Commit 385e8f0

Browse files
committed
Try to fix the SVG flashbang on the homepage without cache
1 parent bca2496 commit 385e8f0

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/css/o2switch.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,4 +360,11 @@ table {
360360
display: table;
361361
width: initial;
362362
margin: 0 auto;
363+
}
364+
365+
// Probably a shitty idea.
366+
// Try to avoid the SVG flashbang on the homepage when loading the page without cache.
367+
.svg-inline--fa {
368+
max-width: 20px;
369+
max-height: 20px;
363370
}

0 commit comments

Comments
 (0)