html.e layout fixes

This commit is contained in:
Til Schmitter 2026-05-15 20:14:50 +02:00
parent e363e5986a
commit 3b4b30af28

View file

@ -4410,6 +4410,9 @@ html.e #h_music {
right: 0; right: 0;
color: #fff; color: #fff;
} }
html.e #wfp {
padding-left: .3em;
}
html.e details[open] summary:hover, html.e details[open] summary:hover,
html.e #files, html.e #files,
html.e .tgl.btn.on:hover, html.e .tgl.btn.on:hover,
@ -4868,6 +4871,7 @@ html.e #treepar {
border-bottom: var(--border-dashed-black); border-bottom: var(--border-dashed-black);
margin-left: calc(2.1em - (1em - var(--negative-space))) !important; margin-left: calc(2.1em - (1em - var(--negative-space))) !important;
} }
html.e #wtico,
html.e #ghead, html.e #ghead,
html.e #op_acc, html.e #op_acc,
html.e #path, html.e #path,
@ -4894,15 +4898,11 @@ html.e #tree_footer {
background: transparent; background: transparent;
} }
html.e #wrap { html.e #wrap {
padding-right: var(--negative-space); padding: 0;
position: relative;
margin-right: 0;
margin-left: -10px;
margin-top: 0;
/*overflow-x: auto; fix for OOB table when screen space is limited (mobile), but removes sticky header*/
} }
html.e #pathBar { html.e #pathBar {
padding: 0; padding: 0;
margin: 0;
top: 0; top: 0;
background: var(--ttlbar); background: var(--ttlbar);
} }
@ -4931,16 +4931,6 @@ html.e #path *:last-child:is(i) {
html.e .dir span::before { html.e .dir span::before {
content: "📁"; content: "📁";
} }
/*
html.e #hovertree:after {
color: red;
content: "BUGGY";
html.ez #hovertree:after {
color: rgb(255 98 98);
content: "BUGGY";
}
}*/
html.e #wtico,
html.e #zip1 { html.e #zip1 {
box-shadow: 0 0 !important; box-shadow: 0 0 !important;
} }
@ -4972,7 +4962,7 @@ html.e #repl {
html.e #epi { html.e #epi {
text-align: center; text-align: center;
text-wrap-mode: nowrap; text-wrap-mode: nowrap;
margin: 0px; margin: .5em;
} }
html.e #epi.logue:not(.mdo) { html.e #epi.logue:not(.mdo) {