removes left bar with meet and mail
Gmail Hide Left Bar by badcoder1337
Details
Authorbadcoder1337
LicenseNo License
Categoryuserstyles,gmail
Created
Updated
Size420 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 Gmail Hide Left Bar
@version 20220512.18.16
@namespace userstyles.world/user/badcoder1337
@description removes left bar with meet and mail
@author badcoder1337
@license No License
==/UserStyle== */
@-moz-document domain("mail.google.com") {
div[role=navigation],
div[data-ogmb="1"][role=button] {
display: none;
}
#aso_search_form_anchor {
margin-left: 0;
}
}