This commit is contained in:
Til 2026-05-24 14:18:14 +02:00
parent fe6e79b220
commit f15c0281b3
2 changed files with 8 additions and 5 deletions

View file

@ -3096,7 +3096,7 @@ html.c .modalcontent {
background: var(--bg-u1);
}
.s_desc{
margin: 0 0 0 0;
margin: 0 .3em;
font-size: medium;
color: var(--fg-weak);
}
@ -3116,8 +3116,9 @@ html.c .modalcontent {
}
.modal.vis.unmodal {
position: initial;
position: static;
max-height: 50vh;
z-index: 1;
}
.modal.vis.unmodal .modalcontent {
width: 100%;
@ -3141,7 +3142,9 @@ html.c .modalcontent {
#cfg.unmodal .setting,
#cfg.unmodal #s_list {
display: inline-block;
display: contents;
border: none;
}
#cfg.unmodal .s_section {
@ -5416,8 +5419,8 @@ html.f #goh {
}
html.f #gridzoom a,
html.f #gridchop a,
html.f #twig, #twobytwo,
html.f #nthread_sub, #nthread_add {
html.f #twig, html.f #twobytwo,
html.f #nthread_sub, html.f #nthread_add {
font-family: monospace;
font-size: 1.6em;
}

View file

@ -1154,7 +1154,7 @@ ebi('h_bup').onclick = function() {
var musicSettings = (
'<div class="sub_section"><h3 id="h_mp">🎵 ' + L.ot_mp + '</h3></div>' +
'<div class="sub"><h3 id="h_mpopts"> ' + L.cl_opts + '</h3><div>' +
'<div class="sub"><h3 id="h_mpopts">🎧 ' + L.cl_opts + '</h3><div>' +
'<a class="tgl btn" id="au_loop" tt="' + L.mt_loop + '">🔂</a>' +
'<a class="tgl btn" id="au_one" tt="' + L.mt_one + '</a>' +
'<a class="tgl btn" id="au_aplay" tt="' + L.mt_aplay + '</a>' +