mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-27 13:46:00 +00:00
style
This commit is contained in:
@@ -133,9 +133,6 @@
|
|||||||
background-color: var(--theme-bg-1);
|
background-color: var(--theme-bg-1);
|
||||||
border-top: 1px solid var(--theme-border);
|
border-top: 1px solid var(--theme-border);
|
||||||
}
|
}
|
||||||
.tabs::-webkit-scrollbar {
|
|
||||||
height: 7px;
|
|
||||||
}
|
|
||||||
.content {
|
.content {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: var(--dim-content-top);
|
top: var(--dim-content-top);
|
||||||
|
|||||||
@@ -10,10 +10,10 @@
|
|||||||
.content {
|
.content {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
top: var(--dim-toolstrip-height);
|
top: 0;
|
||||||
border-top: 1px solid var(--theme-border);
|
border-bottom: 1px solid var(--theme-border);
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: var(--dim-toolstrip-height);
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -22,6 +22,7 @@
|
|||||||
left: 0;
|
left: 0;
|
||||||
height: var(--dim-toolstrip-height);
|
height: var(--dim-toolstrip-height);
|
||||||
right: 0;
|
right: 0;
|
||||||
|
bottom: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
background: var(--theme-bg-1);
|
background: var(--theme-bg-1);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -444,6 +444,10 @@
|
|||||||
right: 35px;
|
right: 35px;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
}
|
}
|
||||||
|
.tabs::-webkit-scrollbar {
|
||||||
|
height: 7px;
|
||||||
|
}
|
||||||
|
|
||||||
.db-group {
|
.db-group {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user