tweak client
This commit is contained in:
parent
be383aa5b2
commit
d3f25fa290
3 changed files with 17 additions and 4 deletions
|
|
@ -402,7 +402,7 @@ export default defineComponent({
|
|||
height: 100%;
|
||||
|
||||
> .header {
|
||||
--height: 50px;
|
||||
--height: 45px;
|
||||
|
||||
&.mini {
|
||||
--height: 38px;
|
||||
|
|
@ -415,6 +415,7 @@ export default defineComponent({
|
|||
user-select: none;
|
||||
height: var(--height);
|
||||
border-bottom: solid 1px var(--divider);
|
||||
font-size: 95%;
|
||||
|
||||
> .left, > .right {
|
||||
> .button {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue