Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

Properties should be ordered backdrop-filter, background-color, bottom, display, flex-direction, height, justify-content, left, order, padding, position, width
Open

        background-color: var(--glassyElementBackground);

Properties should be ordered display, position
Open

                position: absolute;

Properties should be ordered bottom, display, left, overflow, position, text-overflow, white-space, width
Open

                    position: relative;

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

    background-color: var(--glassyElementBackground);

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

    overflow: hidden;

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

    position: relative;

Colon after property should be followed by one space
Open

            width:100%;

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

    padding: 15px;

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

    overflow-x: hidden;

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

    display: flex;

Rule declaration should be followed by an empty line
Open

                }

Color green should be written in hexadecimal form as #008000
Open

                    background-color: green;

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

                    background-color: green;

Properties should be ordered background, border-top, bottom, box-sizing, display, height, left, max-height, overflow, padding, position, width
Open

    position: relative;

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

    overflow: hidden;

Avoid using id selectors
Open

#spaceinfo {

Avoid using id selectors
Open

    #headbar2 {

Rule declaration should be preceded by an empty line
Open

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

Avoid using id selectors
Open

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

Each selector in a comma sequence should be on its own single line
Open

body, input {
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint
Severity
Category
Status
Source
Language