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-10 09:15:19 +02:00
parent 9f6d33cb26
commit e234a7b535
14 changed files with 280 additions and 34 deletions

View File

@@ -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;