Use flag images for widget language select
This commit is contained in:
+5
-2
@@ -252,12 +252,15 @@ label { display: grid; gap: 6px; color: var(--muted); font-size: 13px; }
|
||||
z-index: 1;
|
||||
left: 12px;
|
||||
top: 50%;
|
||||
width: 22px;
|
||||
width: 18px;
|
||||
height: 13px;
|
||||
transform: translateY(-50%);
|
||||
font-size: 17px;
|
||||
line-height: 1;
|
||||
pointer-events: none;
|
||||
}
|
||||
.selected-language-flag .flag-image {
|
||||
display: block;
|
||||
}
|
||||
.effect-settings .full-row {
|
||||
display: grid;
|
||||
align-items: stretch;
|
||||
|
||||
Reference in New Issue
Block a user