We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 601a211 commit 825dcabCopy full SHA for 825dcab
userChrome.css
@@ -844,6 +844,11 @@ tr.card-layout[style*="height: 50px"] .sender {
844
margin-top: 5px !important;
845
}
846
847
+/* Fix for more 3 dots icon */
848
+#otherActionsButton .toolbarbutton-icon {
849
+ display: none;
850
+}
851
+
852
/* DARK MODE */
853
@media (prefers-color-scheme: dark) {
854
@@ -941,3 +946,4 @@ tr.card-layout[style*="height: 50px"] .sender {
941
946
942
947
943
948
949
0 commit comments