Mailo.com (wide & no ads & reduce header) by breat
Imported from https://cdn.jsdelivr.net/gh/33kk/uso-archive@flomaster/data/usercss/173025.user.css

Details
Authorbreat
LicenseNO-REDISTRIBUTION
Created atJune 7, 2022 14:27
Updated atJune 7, 2022 14:27
Applies tomailo
Statistics
Learn how we calculate statistics in the FAQ.
Total views17
Total installs7
Weekly installs0
Description
Remove ads and make the webmail wide (100%) + reduce logo & header size
Notes
Userstyle doesn't have notes.History
Daily snapshots of style statistics.
No style history. Come back in a couple of days.Source code
/* ==UserStyle==
@name Mailo.com (wide & no ads & reduce header)
@namespace USO Archive
@author Breat
@description `Remove ads and make the webmail wide (100%) + reduce logo & header size`
@version 20190625.2.10
@license NO-REDISTRIBUTION
@preprocessor uso
==/UserStyle== */
@-moz-document domain("mailo.com") {
/*
Author : Breat
Author URI : https://breatme.tumblr.com
*/
#div_HEAD_TOP,
#div_HOME_BLOCK_auth_pub,
#div_RIGHT,
#div_RIGHT_IN,
#resize_RIGHT {
display: none !important;
}
#div_LOGO_CHANGE,
#div_TOP {
height: 47px;
margin-bottom: -50px;
top: 0px;
}
}