mirror of
git://f0xx.org/android_cast
synced 2026-07-29 04:57:40 +03:00
be sync
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user