Skip to content

ERDPlusQOLChanges by Cyber3x

Screenshot of ERDPlusQOLChanges

Details

AuthorCyber3x

LicenseNo License

Categoryerdplus

Created

Updated

Size1.0 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

UI changes to the ERDPlus website. Makes the properties picker smaller and transparent when not in use.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         ERDPlus - Make properties selector transparent when not in user
@homepageURL  https://github.com/Cyber3x/ERDPlusPlus/tree/main/custom_styling
@namespace    https://github.com/Cyber3x/ERDPlusPlus/tree/main/custom_styling
@version      1.0.0
@license      Other
@description  This theme makes the navigation bar on top of Google searches stick to the top.
@author       Neven Lukić (https://github.com/Cyber3x)
==/UserStyle== */
@-moz-document url-prefix("https://erdplus.com/edit-diagram/") {
    #root section div:nth-of-type(2) > div:nth-of-type(2) {
        background: transparent;
        position: absolute;
        right: 0;
        padding: 0;
        height: initial;
    }

    .MuiGrid-root.MuiGrid-container {
        background: #eeeeee;
        padding: 1em;
        border-bottom-left-radius: 1em;
    }


}

@-mod-document url-prefix("https://erdplus.com/") {
        .MuiToolbar-regular {
        min-height: 40px;
    }
    
    .MuiAppBar-colorPrimary {
       background-color: #02771a;
    }
}

Reviews

No reviews yet.