Skip to content

Commit 825dcab

Browse files
Fix for 3 dots icon on more icon
1 parent 601a211 commit 825dcab

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

userChrome.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -844,6 +844,11 @@ tr.card-layout[style*="height: 50px"] .sender {
844844
margin-top: 5px !important;
845845
}
846846

847+
/* Fix for more 3 dots icon */
848+
#otherActionsButton .toolbarbutton-icon {
849+
display: none;
850+
}
851+
847852
/* DARK MODE */
848853
@media (prefers-color-scheme: dark) {
849854

@@ -941,3 +946,4 @@ tr.card-layout[style*="height: 50px"] .sender {
941946

942947
}
943948

949+

0 commit comments

Comments
 (0)