Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

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

    bottom: var(--glassyElementSpacing);

Avoid using id selectors
Open

    #statusbar {

Avoid using id selectors
Open

    #center {

Line contains trailing whitespace
Open

    

Avoid using id selectors
Open

#start #center #left #moreandinfo {

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

    background-color: #ddb;

Nesting should be no greater than 3, but was 4
Open

            img {

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

    left: 0;

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

    a {

Empty rule
Open

        &.fattr-system_file {

Selector color_dot_div should be written in lowercase with hyphens
Open

        .color_dot_div {

Selector color_dot should be written in lowercase with hyphens
Open

            .color_dot {

Nesting should be no greater than 3, but was 4
Open

            .color_dot {

Prefer single quoted strings
Open

                    background-image: url("../../../logo.png");

Colon after property should be followed by one space
Open

        filter:invert(1);

Properties should be ordered margin, padding
Open

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

Properties should be ordered display, flex-direction, flex-grow, justify-content, position
Open

                flex-grow: 7;
Severity: Minor
Found in Program Files/browser/style.scss by scss-lint

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

            #websitecontrols1 {
Severity: Minor
Found in Program Files/browser/style.scss by scss-lint

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

    category {
Severity
Category
Status
Source
Language