1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-28 08:06:24 -07:00

Add international flag sprites and flag css

This commit is contained in:
Eggbertx 2024-01-17 15:53:29 -08:00
parent 13652d4fa2
commit c77121db80
2 changed files with 1 additions and 1 deletions

View file

@ -1,6 +1,6 @@
/*https://www.flag-sprites.com/ */
.flag-geoip {display: inline-block;width: 16px;height: 11px;background: url('flags.png') no-repeat;}
.flag-geoip {display: inline-block;width: 16px;height: 11px;background: url("res/flags.png") no-repeat;}
.flag-geoip.flag-cz{background-position:-64px -33px}
.flag-geoip.flag-ne{background-position:-16px -110px}
.flag-geoip.flag-jm{background-position:-240px -66px}

View file

Before

Width:  |  Height:  |  Size: 78 KiB

After

Width:  |  Height:  |  Size: 78 KiB

Before After
Before After