mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
fixed split margin
This commit is contained in:
parent
75c5d30ad3
commit
36ccba7988
@ -478,7 +478,7 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="root">
|
<div class="root">
|
||||||
<div class="tabs" on:wheel={handleTabsWheel} bind:this={domTabs}>
|
<div class="tabs" class:can-split={allowSplitTab} on:wheel={handleTabsWheel} bind:this={domTabs}>
|
||||||
{#each groupedTabs as tabGroup}
|
{#each groupedTabs as tabGroup}
|
||||||
<div class="db-wrapper">
|
<div class="db-wrapper">
|
||||||
{#if !$lockedDatabaseMode}
|
{#if !$lockedDatabaseMode}
|
||||||
@ -637,6 +637,9 @@
|
|||||||
right: 35px;
|
right: 35px;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
}
|
}
|
||||||
|
.tabs.can-split {
|
||||||
|
right: 60px;
|
||||||
|
}
|
||||||
.tabs::-webkit-scrollbar {
|
.tabs::-webkit-scrollbar {
|
||||||
height: 7px;
|
height: 7px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user