css optimization

indiachan-spamvector
Thomas Lynch 3 years ago
parent 0b03b05d7c
commit ef8708748c
  1. 12
      gulp/res/css/style.css

@ -1528,7 +1528,7 @@ row.wrap.sb .col {
} }
.flag, .customflag::before { .flag, .customflag, .customflag::before {
display: inline-block; display: inline-block;
width: 16px; width: 16px;
height: 11px; height: 11px;
@ -1540,15 +1540,9 @@ row.wrap.sb .col {
} }
.customflag { .customflag {
display: inline-block; background: none;
width: 16px;
height: 11px;
image-rendering: crisp-edges;
image-rendering: pixelated;
image-rendering: -webkit-optimize-contrast;
-ms-interpolation-mode: nearest-neighbor;
} }
.customflag:before { .customflag::before {
content: ' '; content: ' ';
background-position:-48px -165px; background-position:-48px -165px;
} }

Loading…
Cancel
Save