fix: various DTLPanel issues

This commit is contained in:
Timothée Goguely 2025-01-27 19:49:07 +01:00
parent 19d3235a2a
commit be67441044
2 changed files with 11 additions and 8 deletions

View file

@ -178,17 +178,22 @@
display: none;
}
#dtl-panel [role="tab"] {
height: 2.5rem;
padding: var(--space-12) .625rem;
color: var(--color-grey-400);
font-weight: 500;
white-space: pre;
border-bottom: 2px solid transparent;
}
#dtl-panel [role="tab"][aria-selected="true"] {
color: var(--color-white);
border-bottom: 2px solid var(--color-white);
border-bottom-color: var(--color-white);
}
#dtl-panel section {
height: calc(100% - 3.5rem);
}
#dtl-panel [role="tablist"] + section {
height: calc(100% - 6.25rem);
}