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

    align-content: start;

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

            img {

Properties should be ordered display, position
Open

                position: absolute;

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

            &>span {

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

                    position: relative;

Avoid using id selectors
Open

#start #center #left #moreandinfo {

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

                    p {

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

    height: 100vh;

Empty rule
Open

* {

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

    height: 1.8em;

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

    border-bottom: 1px solid #999;

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

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

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

    img, a {

Property border already defined on line 78
Open

    border: 1px solid #555555;

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

    background-color: var(--glassyElementBackground);

Avoid using id selectors
Open

    #statusbar {

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

    a {

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

    #center {

!important should not be used
Open

        border-radius: var(--border-radius) !important;

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

                background-color: var(--glassyElementBackground);
Severity
Category
Status
Source
Language