Improve layout stability for file panel

This commit is contained in:
2026-05-07 23:47:48 +02:00
parent 4c7755dfcf
commit 1d639e61ce

View File

@@ -105,6 +105,7 @@ body {
.files-panel {
flex: 0 1 33%;
max-height: 33%;
overflow: hidden;
}
.files-panel .table {
@@ -112,6 +113,10 @@ body {
min-height: 0;
}
.files-panel .table-body {
min-height: 0;
}
.panel-title {
display: flex;
align-items: center;