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
82
overflow-y: scroll;
83
83
align-self: start;
84
84
}
85
85
+
#content:is(.tab-a, .tab-b, .tab-c)>* {
86
86
+
max-height: calc(100vh - 2.25rem);
87
87
+
max-height: calc(100dvh - 2.25rem);
88
88
+
}
85
89
#content.desktop>:is(#left-sidebar, main) {
86
90
border-right: .25rem solid var(--fg);
87
91
}