SYNC: Merge pull request #2 from dbgate/feature/admin-ui

This commit is contained in:
Jan Prochazka
2025-04-08 10:09:30 +02:00
committed by Diflow
parent ea9a5b0eb0
commit 7d2130b229
10 changed files with 274 additions and 31 deletions

View File

@@ -16,7 +16,7 @@
</script>
<div class="wrapper">
<div class="content" class:scrollContent>
<div class="content" class:scrollContent class:isComponentActive>
<slot />
</div>
@@ -41,6 +41,10 @@
max-height: 100%;
}
.content.isComponentActive {
max-height: calc(100% - 30px);
}
.toolstrip {
display: flex;
flex-wrap: wrap;