Hides proton mail right bar with calendar and contacts.
Hide proton mail right bar by m1n-4d316e
Details
Authorm1n-4d316e
LicenseNo License
CategoryProton mail
Created
Updated
Size250 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Hide proton mail right bar
@version 20240108.21.07
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://mail.proton.me/u/1") {
nav.drawer-sidebar.hidden.md\:inline.no-print {
display: none;
}
}