Skip to content

Commit d8dbd87

Browse files
Hotfix for card subject line
Quickly fixes a bug introduced by release 1.2.2 that causes the subject line to be indented on the card in non-threaded view
1 parent 7a077cc commit d8dbd87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

userChrome.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ button .thread-replies {
8484
display: none;
8585
}
8686

87-
.thread-card-button:has(.thread-replies[data-l10n-id]) ~ .thread-card-subject-container .subject {
87+
tr.children .thread-card-button:has(.thread-replies[data-l10n-id]) ~ .thread-card-subject-container .subject {
8888
margin-left: 15px !important;
8989
}
9090

0 commit comments

Comments
 (0)