Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

Line should be indented with spaces, not tabs
Open

    height: calc(100% - 65px);
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    justify-content: flex-start;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    position: absolute;
Severity: Minor
Found in style.scss by scss-lint

Properties should be ordered float, height, left, margin, pointer-events, position
Open

    position: relative;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    max-height: 40vh;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    -moz-user-select: none;
Severity: Minor
Found in style.scss by scss-lint

Avoid vendor prefixes.
Open

    -moz-user-select: none;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    user-select: none;
Severity: Minor
Found in style.scss by scss-lint

Colon after property should be followed by one space
Open

        color:#ffffffcc;
Severity: Minor
Found in style.scss by scss-lint

Properties should be ordered background-color, border-top-left-radius, border-top-right-radius, display, min-height, min-width, position
Open

        position: absolute;
Severity: Minor
Found in style.scss by scss-lint

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

    color:#fff;
Severity: Minor
Found in style.scss by scss-lint

Properties should be ordered backdrop-filter, background-color, bottom, display, flex-grow, flex-shrink, height, justify-content, left, max-height, order, overflow, position, -webkit-touch-callout, -khtml-user-select, -moz-user-select, -ms-user-select, -webkit-user-select, user-select, width, z-index
Open

    background-color: var(--glassyElementBackground);
Severity: Minor
Found in style.scss by scss-lint

Avoid vendor prefixes.
Open

    -khtml-user-select: none;
Severity: Minor
Found in style.scss by scss-lint

Avoid using id selectors
Open

    #start {
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    #taskbarright {
Severity: Minor
Found in style.scss by scss-lint

Avoid using id selectors
Open

        #taskbarrighticons {
Severity: Minor
Found in style.scss by scss-lint

Avoid using id selectors
Open

        #taskbartime,
Severity: Minor
Found in style.scss by scss-lint

Properties should be ordered bottom, font-size, line-height, position, right, text-align
Open

    position: absolute;
Severity: Minor
Found in style.scss by scss-lint

Selector start_menu should be written in lowercase with hyphens
Open

.start_menu {
Severity: Minor
Found in style.scss by scss-lint

Properties should be ordered height, top, transform, width
Open

            transform: scale(.5, .5) translate(-50%, -50%);
Severity: Minor
Found in style.scss by scss-lint
Severity
Category
Status
Source
Language