tangled
alpha
login
or
join now
moth11.net
/
xcvr
2
fork
atom
frontend for xcvr appview
2
fork
atom
overview
issues
pulls
pipelines
beepbe
moth11.net
6 months ago
715bd81d
3a656e19
+4
1 changed file
expand all
collapse all
unified
split
static
main.css
+4
static/main.css
···
82
overflow-y: scroll;
83
align-self: start;
84
}
0
0
0
0
85
#content.desktop>:is(#left-sidebar, main) {
86
border-right: .25rem solid var(--fg);
87
}
···
82
overflow-y: scroll;
83
align-self: start;
84
}
85
+
#content:is(.tab-a, .tab-b, .tab-c)>* {
86
+
max-height: calc(100vh - 2.25rem);
87
+
max-height: calc(100dvh - 2.25rem);
88
+
}
89
#content.desktop>:is(#left-sidebar, main) {
90
border-right: .25rem solid var(--fg);
91
}