1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-02 17:42:39 +00:00

Use flag for language selector icon (#2062)

This commit is contained in:
2023-03-01 10:38:10 -06:00
parent aaec10b83e
commit e336699480
3 changed files with 24 additions and 4 deletions

View File

@ -325,6 +325,18 @@ details[class="downloads annotate"] > p .md-annotation span span::before {
width: 1rem;
}
/* override language selector */
.md-select button img.twemoji {
height: 1rem;
vertical-align: middle;
}
.md-select__link img.twemoji {
height: 1rem;
vertical-align: text-bottom;
margin-right: 1%;
}
/* Custom header + nav */
.md-header >*, .md-tabs {
background: none;