larger gap above bottom panels if tabs in recird middle

This commit is contained in:
Yuri Kuznetsov
2025-01-30 12:09:53 +02:00
parent 3e08e8f166
commit ba166c86c4
+12
View File
@@ -107,6 +107,18 @@
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.tabs {
margin-bottom: var(--vertical-gap);
}
}
.record-grid {
> .left:has(> .tabs) {
.bottom:not(:has(> .tabs)) {
margin-top: calc(2 * var(--vertical-gap));
}
}
}
}