Skip to content

Commit e19bbbb

Browse files
Update userChrome.css
Fixes an issue where the sort headers appeared broken in compact view.
1 parent 1d9a9ec commit e19bbbb

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

userChrome.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -831,6 +831,11 @@ tr.table-layout.selected.current {
831831
}
832832
}
833833

834+
/* Fix for compact mode on card headers */
835+
.sort-header-details {
836+
display: none !important;
837+
}
838+
834839

835840
/* DARK MODE */
836841
@media (prefers-color-scheme: dark) {
@@ -926,4 +931,5 @@ tr.table-layout.selected.current {
926931
background-image: url("Icons/list-dark.svg") !important;
927932
}
928933

929-
}
934+
935+
}

0 commit comments

Comments
 (0)