Skip to content

Commit

Permalink
Hide more cells on squashed
Browse files Browse the repository at this point in the history
  • Loading branch information
lookacat committed Jan 18, 2023
1 parent 8617630 commit 3d82988
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -478,12 +478,16 @@ export default defineComponent({
}
}
&-squashed {
.oc-table-header-cell-manager,
.oc-table-data-cell-manager,
.oc-table-header-cell-totalQuota,
.oc-table-data-cell-totalQuota,
.oc-table-header-cell-usedQuota,
.oc-table-data-cell-usedQuota,
.oc-table-header-cell-remainingQuota,
.oc-table-data-cell-remainingQuota {
.oc-table-data-cell-remainingQuota,
.oc-table-header-cell-mdate,
.oc-table-data-cell-mdate {
display: none;
}
}
Expand Down

0 comments on commit 3d82988

Please sign in to comment.