fix up2k tabs display when upload list long

This commit is contained in:
Til Schmitter 2026-05-07 13:41:43 +02:00
parent 64f047d190
commit 1372d25513

View file

@ -2820,11 +2820,7 @@ html.c .modalcontent {
min-height: 0; min-height: 0;
} }
.splitsub { .splitsub {
/* fallback */
display: block; display: block;
display: flex;
flex-direction: column;
overflow-y: auto; overflow-y: auto;
padding: 0 .5em 5em .5em; padding: 0 .5em 5em .5em;
} }
@ -2844,6 +2840,7 @@ html.c .modalcontent {
right: .5em; right: .5em;
} }
#s_nav .btn{ #s_nav .btn{
display: block;
padding-right: 2em; padding-right: 2em;
border: 1px solid var(--bg-u3); border: 1px solid var(--bg-u3);
color: var(--fg); color: var(--fg);
@ -2860,7 +2857,7 @@ html.c .modalcontent {
background: var(--bg-u3); background: var(--bg-u3);
position: absolute; position: absolute;
left: -.5em; left: -.5em;
top: -.4em; top: -.2em;
bottom: -.1em; bottom: -.1em;
} }
.s_section { .s_section {
@ -3191,8 +3188,6 @@ html.c .modalcontent {
width: 21em; width: 21em;
} }
#u2cards { #u2cards {
padding: 1em 1em .4em .3em;
white-space: nowrap;
text-align: center; text-align: center;
overflow-y: hidden; overflow-y: hidden;
overflow-x: auto; overflow-x: auto;