Skip to content

Upper Tabs by T3kla

Details

AuthorT3kla

LicenseNo License

Categoryhttps://docs.google.com/spreadsheets/

Created

Updated

Size420 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Move tabs up the grid.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Upper Tabs
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         T3kla
==/UserStyle== */

@-moz-document url-prefix("https://docs.google.com/spreadsheets/") {
    
#docs-editor, #docs-editor-container {
    display: flex;
    flex-direction: column;
}
    

#waffle-grid-container{
    order: 1;
    margin-right: 0;
}
    
}

Reviews

No reviews yet.