remove bottom margin and unused rules in directorypreview

This commit is contained in:
Evan Simkowitz 2024-09-04 15:42:42 -07:00
parent 825801d98e
commit 0fae6981f8
No known key found for this signature in database

View File

@ -15,7 +15,6 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
font: var(--base-font); font: var(--base-font);
margin-bottom: 10px;
.dir-table-head { .dir-table-head {
.dir-table-head-row { .dir-table-head-row {
display: flex; display: flex;
@ -64,14 +63,6 @@
width: 4px; 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; font-size: 0.8125rem;
flex: 0 0 auto; flex: 0 0 auto;
&:has(.dir-table-name) {
}
&.col-size { &.col-size {
text-align: right; text-align: right;
} }