feat: Disable firefox's drag to pin indicator, b=no-bug, c=tabs

This commit is contained in:
Mr. M
2025-09-25 02:05:08 +02:00
parent 62aa34d905
commit a4a9a51bea

View File

@@ -20,6 +20,11 @@
width: 100%;
}
#pinned-drop-indicator {
/* We dont use this firefox feature */
display: none !important;
}
/* ==========================================================================
Single Toolbar Mode Specific Styles (`zen-single-toolbar='true'`)
========================================================================== */