Skip to content

Pebblepad Compact by jessfairbairn

Details

Authorjessfairbairn

LicenseCC Zero

Categorypebblepad

Created

Updated

Size1.2 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Just shrinks the massive top menus

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Pebblepad Compact
@version      20220811.10.55
@namespace    userstyles.world/user/jessfairbairn
@description  Just shrinks the massive top menus
@author       jessfairbairn
@license      CC Zero
==/UserStyle== */

@-moz-document domain("v3.pebblepad.co.uk") {
/*top menu*/
.spa-menu, .btn-spa, .spa-menu .products-menu {
    height: 40px
}

.workbook-button-bar {
    top: 40px;
}

/* Action menu */
.builders-toolbar__content button {
    height: 30px;
    line-height: 30px;
}


/* Section navigation */
workbook-filler[workbook-view-mode="false"] .workbook-edit-mode {
    top: 90px;
}

.workbook-edit-mode > navigation, .navigation__holder nav, .navigation__holder .nav-list .item-in-menu  {
    height: 40px;
}
div.workbook-edit-mode navigation.ng-isolate-scope div.navigation__wrapper section.navigation__holder div.nav-list__scrollbar-hider div.nav-list__scrollable-container nav.nav-list div.item-in-menu.ng-scope div.root-level-dropdown__header navigation-item,
div.nav-list__scrollable-container > nav.nav-list > div.item-in-menu{
    height:40px!important; /* yeah I know this is bad */
}

nav-list {
    height: 38px;
}


}

Reviews

No reviews yet.