WebUI: Show country/region name next to its flag when 'Resolve peer countries' is enabled

PR #21278.
This commit is contained in:
skomerko
2024-09-06 09:23:11 +02:00
committed by GitHub
parent a7f7c5fb73
commit f681e954c7
2 changed files with 12 additions and 24 deletions

View File

@@ -79,9 +79,10 @@ tr.dynamicTableHeader {
background-image: url("../images/go-down.svg");
}
.dynamicTable td img.flags {
height: 1.25em;
vertical-align: middle;
.dynamicTable span.flags {
background: left center / contain no-repeat;
margin-left: 2px;
padding-left: 25px;
}
.dynamicTableFixedHeaderDiv {