mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 02:36:00 +00:00
sql generator - basic concept
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
<!-- Modal content -->
|
||||
<div class="window" class:fullScreen use:clickOutside on:clickOutside={handleCloseModal}>
|
||||
{#if $$slots.header}
|
||||
<div class="header">
|
||||
<div class="header" class:fullScreen>
|
||||
<div><slot name="header" /></div>
|
||||
<div class="close" on:click={handleCloseModal}>
|
||||
<FontIcon icon="icon close" />
|
||||
@@ -107,6 +107,10 @@
|
||||
background-color: var(--theme-bg-modalheader);
|
||||
}
|
||||
|
||||
.header.fullScreen {
|
||||
border-bottom: 1px solid var(--theme-border);
|
||||
}
|
||||
|
||||
.content:not(.fullScreen) {
|
||||
border-bottom: 1px solid var(--theme-border);
|
||||
border-top: 1px solid var(--theme-border);
|
||||
|
||||
Reference in New Issue
Block a user