mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-21 16:38:23 +01:00
remove bottom margin and unused rules in directorypreview
This commit is contained in:
parent
825801d98e
commit
0fae6981f8
@ -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 New Issue
Block a user