mirror of
https://github.com/lana-k/sqliteviz.git
synced 2025-12-07 02:28:54 +08:00
No db in schema sidebar #10
This commit is contained in:
@@ -56,6 +56,8 @@ label {
|
||||
border: 1px dashed var(--color-border);
|
||||
padding: 8px;
|
||||
border-radius: var(--border-radius-big);
|
||||
height: 100%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.drop-area {
|
||||
background-color: var(--color-bg-light-3);
|
||||
@@ -67,6 +69,7 @@ label {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: 100%;
|
||||
}
|
||||
input {
|
||||
display: none;
|
||||
|
||||
Reference in New Issue
Block a user