Reduce tree header height
The previous height is close to what macOS does, but it's a bit much.
This commit is contained in:
parent
ec35291060
commit
102dac58f8
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@
|
|||
width: calc(100% - 11px);
|
||||
border-bottom: 1px solid #ccc;
|
||||
background: #f6f6f6;
|
||||
height: 2em;
|
||||
height: 1.8em;
|
||||
overflow: hidden;
|
||||
border-inline-end: 1px solid #ddd;
|
||||
padding-inline-start: 6px;
|
||||
|
|
Loading…
Reference in a new issue