Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

!important should not be used
Open

    background-color: transparent !important;

border: 0 is preferred over border: none
Open

    border: none;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    height: 100%;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    max-height: calc(100vh - 2*var(--glassyElementSpacing));

Property border already defined on line 78
Open

    border: 1px solid #555555;

Properties should be ordered backdrop-filter, background-color, display, line-height, padding-left, position, top, z-index
Open

                background-color: var(--glassyElementBackground);

Properties should be ordered align-content, display, flex-direction, flex-wrap
Open

                display: flex;

Properties should be ordered align-items, border-radius, display, height, line-height, margin-bottom, overflow, position, text-decoration, width
Open

                position: relative;

Avoid using id selectors
Open

#start #center #left #moreandinfo {

Line should be indented 2 spaces, but was indented 4 spaces
Open

    flex-direction: column;

Empty rule
Open

* {

Line should be indented 2 spaces, but was indented 4 spaces
Open

    justify-content: space-between;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    height: 1.8em;

Avoid using id selectors
Open

#content_files {

Selector should have depth of applicability no greater than 3, but was 4
Open

                &_E {

Line should be indented 2 spaces, but was indented 4 spaces
Open

    border-top: 1px solid var(--themecolor);

Line should be indented 2 spaces, but was indented 4 spaces
Open

    padding: 0;
Severity: Minor
Found in Program Files/browser/style.scss by scss-lint

Color literals like #000 should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

                    border: 1px solid #000;
Severity: Minor
Found in Program Files/browser/style.scss by scss-lint

Properties should be ordered border, border-radius, flex-grow, margin, padding, width
Open

                    padding: 5px 5px 5px 40px;
Severity: Minor
Found in Program Files/browser/style.scss by scss-lint

Properties should be ordered border, height, width
Open

            height: 100%;
Severity: Minor
Found in Program Files/browser/style.scss by scss-lint
Severity
Category
Status
Source
Language