minor style adjustments

This commit is contained in:
Til Schmitter 2026-04-03 21:20:34 +02:00
parent 35c8657e37
commit b55d7b27a0

View file

@ -1422,7 +1422,7 @@ html.y #ops svg circle {
} }
#headerArea{ #headerArea{
display: flex; display: flex;
margin: .2em; margin: .5em .5em -.5em .5em;
} }
.hamburger_line{ .hamburger_line{
height: .2em; height: .2em;
@ -2347,14 +2347,14 @@ html.y #bbox-overlay figcaption a {
#bbox-overlay button { #bbox-overlay button {
cursor: pointer; cursor: pointer;
outline: none; outline: none;
padding: 0 .3em; padding: 0 .4em;
margin: 0 .4em; margin: 0 .2em;
border: 0; border: 0;
border-radius: 15%; border-radius: 15%;
background: rgba(50, 50, 50, 0.5); background: rgba(50, 50, 50, 0.5);
color: rgba(255,255,255,0.7); color: rgba(255,255,255,0.7);
font-size: 1.4em; font-size: 1.4em;
line-height: 1.4em; line-height: 2em;
vertical-align: top; vertical-align: top;
font-variant: small-caps; font-variant: small-caps;
} }
@ -2371,7 +2371,7 @@ html.y #bbox-overlay figcaption a {
} }
#bbox-btns { #bbox-btns {
top: .5em; top: .5em;
right: 2%; right: .5em;
position: fixed; position: fixed;
} }
#bbox-halp { #bbox-halp {
@ -3304,6 +3304,9 @@ html.d #treepar {
#topBar { #topBar {
display: block; display: block;
} }
#headerArea {
margin: .2em;
}
#ops { #ops {
margin: .5em !important; margin: .5em !important;
border-radius: .3em !important; border-radius: .3em !important;
@ -3329,6 +3332,9 @@ html.d #treepar {
#ggrid { #ggrid {
margin: 0em -0.25em !important; margin: 0em -0.25em !important;
} }
#ghead {
margin: .5em;
}
} }
@media (max-width: 32em) { @media (max-width: 32em) {
#u2conf { #u2conf {