Skip to content

Google Sheets by pauloiankoski

Details

Authorpauloiankoski

LicenseNo License

Categorydocs.google.com -> sheets

Created

Updated

Size464 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Move as abas para o topo

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Google Sheets
@version      20230714.17.50
@namespace    ?
==/UserStyle== */

@-moz-document url-prefix("https://docs.google.com/spreadsheets") {
body {
    padding-top: 40px;
}

div[role="navigation"],
#revisions-grid-bottom-bar {
    position: absolute;
    top: 0;
    bottom: auto;
}

#waffle-disclaimer-bar {
    display: none;
}

.companion-collapser-button-container {
    position: fixed;
    top: 0;
    bottom: initial;
}
}

Reviews

No reviews yet.