add: better domain editor ui
This commit is contained in:
parent
4ebd7e6c2b
commit
78c9b3349d
4 changed files with 112 additions and 82 deletions
|
@ -91,6 +91,7 @@
|
|||
position: fixed;
|
||||
width: calc(100dvw - (62px + var(--pad-2) * 2)) !important;
|
||||
left: var(--pad-2);
|
||||
z-index: 2;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -101,7 +102,7 @@
|
|||
height: var(--h);
|
||||
min-height: var(--h);
|
||||
max-height: var(--h);
|
||||
font-size: 14px;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
#panel button:not(.inner *),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue