Skip to content

Make Looker Sidebar Bigger by nigel-gott

Details

Authornigel-gott

LicenseNo License

Categorylooker.com

Created

Updated

Size488 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Makes the looker siderbar bigger

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Make Looker Sidebar Bigger
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Makes the looker siderbar bigger
@author         Nigel Gott
==/UserStyle== */
@-moz-document domain("looker.com") {
    
    .explore-container lk-expandable-sidebar.open-no-animation {
        min-width: 450px !important
    }
    
    aside {
        min-width: 600px !important
    }
    .entered {
        min-width: 600px !important
    }
}

Reviews

No reviews yet.