mirror of
https://github.com/wavetermdev/waveterm
synced 2026-05-23 16:58:30 +00:00
remove bottom margin and unused rules in directorypreview
This commit is contained in:
parent
825801d98e
commit
0fae6981f8
1 changed files with 0 additions and 12 deletions
|
|
@ -15,7 +15,6 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
font: var(--base-font);
|
||||
margin-bottom: 10px;
|
||||
.dir-table-head {
|
||||
.dir-table-head-row {
|
||||
display: flex;
|
||||
|
|
@ -64,14 +63,6 @@
|
|||
width: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
.dir-table-head-resize-box {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.dir-table-head-cell:has(.dir-table-head-cell-content .dir-table-head-name) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -144,9 +135,6 @@
|
|||
font-size: 0.8125rem;
|
||||
flex: 0 0 auto;
|
||||
|
||||
&:has(.dir-table-name) {
|
||||
}
|
||||
|
||||
&.col-size {
|
||||
text-align: right;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue