1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 02:03:39 +00:00

[PM-2400] Region Selector Image Quality (#5846)

* update destop images

* update images on browser

* update images on web vault

* revert to previous height

* merge master

* upload new images with same aspect-ratio
This commit is contained in:
rr-bw
2023-08-25 09:00:13 -07:00
committed by GitHub
parent 4b6c369fcc
commit 708eb21a49
17 changed files with 130 additions and 13 deletions

View File

@@ -86,15 +86,14 @@
img {
margin-bottom: -2px;
width: 22px;
height: 14px;
}
.img-us {
content: url("../images/us-flag.png");
content: url("../images/flag-us.svg");
}
.img-eu {
content: url("../images/eu-flag.png");
content: url("../images/flag-eu.svg");
}
}