Skip to content

Google Keep Compact by itscsstime

Screenshot of Google Keep Compact

Details

Authoritscsstime

LicenseNo License

Categorygoogle

Created

Updated

Size520 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Only show sidebar and toolbar on hover

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Google Keep Compact
@version      20240318.11.37
@namespace    https://userstyles.world/user/itscsstime
@description  Autohides sidebar & toolbar
@author       itscsstime
==/UserStyle== */

@-moz-document domain("keep.google.com") {
.PvRhvb {
    width: 1px;
    margin-left: -55px;
    margin-right: 40px;
}

.PvRhvb:hover {
    display: flex;
}

.gb_ud {
  height: 0px !important; 
}

#gb {
    margin-top: -55px;
    transition: margin-top 100ms;
}

#gb:hover {
    margin-top: 0px;
}
}

Reviews

No reviews yet.