1
0
mirror of git://f0xx.org/android_cast synced 2026-07-29 04:57:40 +03:00
This commit is contained in:
Anton Afanasyeu
2026-06-09 13:38:09 +02:00
parent df79962dee
commit 507924229d
22 changed files with 609 additions and 246 deletions

View File

@@ -416,20 +416,21 @@
.landing-rail { --landing-rail-w: 36px; }
}
.landing-top-tools .locale-picker {
display: inline-flex;
align-items: center;
gap: 6px;
padding: 4px 8px;
border-radius: 8px;
border: 1px solid var(--border);
background: rgba(26, 35, 50, 0.5);
.landing-top-tools .hub-locale {
margin: 0;
}
.landing-top-tools .locale-picker__select {
border: none;
background: transparent;
.landing-top-tools .hub-locale .locale-flag {
font-size: 1rem;
line-height: 1;
}
.landing-top-tools .hub-locale select {
padding: 6px 8px;
border-radius: 6px;
border: 1px solid var(--border);
background: var(--bg);
color: var(--text);
font: inherit;
font-size: 13px;
font-weight: 600;
cursor: pointer;
}