Clean & widescreen for Evernote
Evernote Clean & Wide by ricardommc
Details
Authorricardommc
LicenseNo License
CategoryEvernote
Created
Updated
Size1.6 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Evernote Clean & Wide
@version 20220926.1.01
@namespace userstyles.world/user/ricardommc
@description Clean & widescreen for Evernote
@author ricardommc
@license No License
==/UserStyle== */
@-moz-document domain("evernote.com") {
/*-------------------------------------------------------------------------*/
/* */
/* RMC @ 26.09.2022 */
/* v1.01 / 26.09.2022 */
/* */
/*-------------------------------------------------------------------------*/
/*Barra de navegação de pastas*/
button[id="qa-NAV_TASKS"],
button[id="qa-SIDEBAR_UPGRADE_BUTTON"]
{
display: none !important;
}
/*Barra de notas*/
div[class="_S9W9c9rDqHIWeuZRcOS"]
{
max-width: 250px !important;
min-width: 1px !important;
}
/*Cabeçalho de formatação de nota*/
div[id="qa-FORMATTING_BAR_CONTAINER"]
{
padding-left: 0px !important;
padding-right: 0px !important;
}
button[id="qa-TASK_BTN"],
button[id="qa-CALENDAR_BTN"]
{
display: none !important;
}
/*-------------------------------------------------------------------------*/
/* FIM */
/*-------------------------------------------------------------------------*/
}