mirror of
git://f0xx.org/android_cast
synced 2026-07-29 04:57:40 +03:00
be sync
This commit is contained in:
@@ -158,12 +158,26 @@
|
||||
/* (2) Left shell — console nav-pane */
|
||||
.landing-left.nav-pane {
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex: 0 0 var(--landing-left-w);
|
||||
width: var(--landing-left-w);
|
||||
height: 100%;
|
||||
max-height: 100%;
|
||||
overflow: hidden;
|
||||
z-index: 3;
|
||||
pointer-events: auto;
|
||||
border-right: 1px solid var(--border);
|
||||
background: var(--surface);
|
||||
}
|
||||
.landing-left .nav-list {
|
||||
flex: 1 1 auto;
|
||||
min-height: 0;
|
||||
overflow-y: auto;
|
||||
}
|
||||
.landing-left .nav-user {
|
||||
margin-top: auto;
|
||||
border-top: 1px solid var(--border);
|
||||
}
|
||||
.landing-left.nav-pane.open {
|
||||
width: 200px;
|
||||
|
||||
Reference in New Issue
Block a user