Maingron/MainOS

View on GitHub
style.scss

Summary

Maintainability
Test Coverage

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

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

Line should be indented with spaces, not tabs
Open

    border: 0;
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

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

#emergencytools, #emergencytoolsloading { // Emergency Tools
Severity: Minor
Found in style.scss by scss-lint

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

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

Line should be indented with spaces, not tabs
Open

    margin: 0;
Severity: Minor
Found in style.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

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

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

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

Line should be indented with spaces, not tabs
Open

    opacity: 0;
Severity: Minor
Found in style.scss by scss-lint

!important should not be used
Open

    border-radius: 0 !important;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    overflow: hidden;
Severity: Minor
Found in style.scss by scss-lint

Color #000000 should be written as #000
Open

    background: #000000;
Severity: Minor
Found in style.scss by scss-lint

Colon after property should be followed by one space
Open

    overflow:auto;
Severity: Minor
Found in style.scss by scss-lint

Line contains trailing whitespace
Open

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

!important should not be used
Open

    overflow: hidden !important;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

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

Color #ffffff should be written as #fff
Open

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

Line should be indented with spaces, not tabs
Open

    left: 0;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

    box-sizing: border-box;
Severity: Minor
Found in style.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

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

Rule declaration should be followed by an empty line
Open

                        }
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    display: inline;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    top: 0;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    left: 0;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    align-items: center;
Severity: Minor
Found in style.scss by scss-lint

Colon after property should be followed by one space
Open

        right:calc(2rem - 1px);
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    width: 100vw;
Severity: Minor
Found in style.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

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

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

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

Properties should be ordered display, flex-direction, height, left, position, top, width
Open

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

Line should be indented with spaces, not tabs
Open

    flex-direction: column;
Severity: Minor
Found in style.scss by scss-lint

Properties should be ordered background-color, opacity
Open

                            opacity: 1;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    height: 0;
Severity: Minor
Found in style.scss by scss-lint

!important should not be used
Open

        border-radius: 0 !important;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    justify-content: center;
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 qualifying class selectors with an element.
Open

body.big_buttons { // Big Buttons
Severity: Minor
Found in style.scss by scss-lint

Colon after property should be followed by one space
Open

        width:20px;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    padding: 10px;
Severity: Minor
Found in style.scss by scss-lint

Prefer single quoted strings
Open

@import "helper.min.css";
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    left: 0;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

    -webkit-touch-callout: none;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

    max-width: 100vw;
Severity: Minor
Found in style.scss by scss-lint

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

        background: #000000;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    display: flex;
Severity: Minor
Found in style.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

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

Properties should be ordered border, display, height, opacity, width
Open

    display: inline;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    display: none !important;
Severity: Minor
Found in style.scss by scss-lint

Avoid using id selectors
Open

#emergencytools, #emergencytoolsloading { // Emergency Tools
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    z-index: 99999999 !important;
Severity: Minor
Found in style.scss by scss-lint

!important should not be used
Open

    z-index: 99999999 !important;
Severity: Minor
Found in style.scss by scss-lint

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

    background: #000000;
Severity: Minor
Found in style.scss by scss-lint

Avoid using id selectors
Open

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

Properties should be ordered background, border-bottom, position, top
Open

        top: 0;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    left: 0;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    height: 100%;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    width: 100%;
Severity: Minor
Found in style.scss by scss-lint

!important should not be used
Open

                        opacity: 1 !important;
Severity: Minor
Found in style.scss by scss-lint

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

                        .progicon, .progtitle {
Severity: Minor
Found in style.scss by scss-lint

Avoid vendor prefixes.
Open

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

Line should be indented with spaces, not tabs
Open

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

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

        border-bottom: 1px solid #aaccff;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    top: 0;
Severity: Minor
Found in style.scss by scss-lint

!important should not be used
Open

        top: 0 !important;
Severity: Minor
Found in style.scss by scss-lint

Avoid using id selectors
Open

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

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

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

Properties should be ordered background, color, display, height, left, max-height, max-width, overflow, padding, position, top, width, z-index
Open

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

Line should be indented with spaces, not tabs
Open

    background: #000000;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    height: calc(100vh - var(--taskbarheight));
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    overflow:auto;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

    height: 100%;
Severity: Minor
Found in style.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

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

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

                        .progicon, .progtitle {
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    width: 0;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Properties should be ordered background-color, border, border-radius, height, top
Open

        top: 0 !important;
Severity: Minor
Found in style.scss by scss-lint

!important should not be used
Open

        background-color: transparent !important;
Severity: Minor
Found in style.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

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

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

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

Line should be indented with spaces, not tabs
Open

    width: 100%;
Severity: Minor
Found in style.scss by scss-lint

!important should not be used
Open

    display: none !important;
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

Line should be indented with spaces, not tabs
Open

    pointer-events: none;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    height: 100%;
Severity: Minor
Found in style.scss by scss-lint

!important should not be used
Open

            display: none !important;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    background-size: cover;
Severity: Minor
Found in style.scss by scss-lint

Properties should be ordered height, margin, position, right, top, width
Open

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

Line should be indented with spaces, not tabs
Open

    height: 0;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

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

        background: #ffffaa;
Severity: Minor
Found in style.scss by scss-lint

Properties should be ordered background, color, display, height, resize, width
Open

        width: 90%;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    width: 100%;
Severity: Minor
Found in style.scss by scss-lint

Properties should be ordered display, height, left, pointer-events, position, top, width
Open

        pointer-events: none;
Severity: Minor
Found in style.scss by scss-lint

!important should not be used
Open

                    opacity: .05 !important;
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

Colon after property should be followed by one space
Open

        bottom:-11px;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Color #aaccff should be written as #acf
Open

        border-bottom: 1px solid #aaccff;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

    display: flex;
Severity: Minor
Found in style.scss by scss-lint

Colon after property should be followed by one space
Open

        right:-11px;
Severity: Minor
Found in style.scss by scss-lint

Avoid using id selectors
Open

#emergencytools, #emergencytoolsloading { // Emergency Tools
Severity: Minor
Found in style.scss by scss-lint

Property height already defined on line 139
Open

    height: calc(100vh - var(--taskbarheight));
Severity: Minor
Found in style.scss by scss-lint

Color #000000 should be written as #000
Open

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

Properties should be ordered background-color, height, left, margin, overflow, position, top, width
Open

    margin: 0;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    overflow: hidden !important;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    top: 0;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    font-family: var(--font);
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    border-radius: 0 !important;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

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

Avoid vendor prefixes.
Open

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

Line should be indented with spaces, not tabs
Open

    -khtml-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

    .headbar .max,
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Colon after property should be followed by one space
Open

        height:20px;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    transform-origin: bottom left;
Severity: Minor
Found in style.scss by scss-lint

!important should not be used
Open

                z-index:99999 !important;
Severity: Minor
Found in style.scss by scss-lint

Rule declaration should be followed by an empty line
Open

            }
Severity: Minor
Found in style.scss by scss-lint

Color #000000 should be written as #000
Open

                    background: #000000;
Severity: Minor
Found in style.scss by scss-lint

Properties should be ordered margin-left, margin-top, opacity, transform, user-select, z-index
Open

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

Line should be indented with spaces, not tabs
Open

    background-color: #853;
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

Rule declaration should be followed by an empty line
Open

        }
Severity: Minor
Found in style.scss by scss-lint

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

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

!important should not be used
Open

        border: 0 !important;
Severity: Minor
Found in style.scss by scss-lint

Selector big_buttons should be written in lowercase with hyphens
Open

body.big_buttons { // Big Buttons
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    top: 0;
Severity: Minor
Found in style.scss by scss-lint

Color #000000 should be written as #000
Open

        background: #000000;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Expected item on line 256 to appear before line 244. Rule sets should be ordered as follows: @extends, @includes without @content, properties, @includes with @content, nested rule sets
Open

            transform: scale(.25) !important;
Severity: Minor
Found in style.scss by scss-lint

!important should not be used
Open

        z-index: 999999 !important;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

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

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

border-right: 0 is preferred over border-right: none
Open

            border-right: none;
Severity: Minor
Found in style.scss by scss-lint

!important should not be used
Open

        color-scheme: initial !important;
Severity: Minor
Found in style.scss by scss-lint

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

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

Properties should be ordered backdrop-filter, border-radius, outline, transform
Open

                    border-radius: 50%;
Severity: Minor
Found in style.scss by scss-lint

Properties should be ordered background-color, opacity
Open

                        opacity: 1 !important;
Severity: Minor
Found in style.scss by scss-lint

Properties should be ordered align-items, background-position, background-size, display, height, justify-content, left, overflow, pointer-events, position, top, -webkit-touch-callout, -khtml-user-select, -moz-user-select, -ms-user-select, -webkit-user-select, user-select, width
Open

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

Properties should be ordered bottom, height, right, width
Open

        height:20px;
Severity: Minor
Found in style.scss by scss-lint

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

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

Line should be indented with spaces, not tabs
Open

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

Color #ffffaa should be written as #ffa
Open

        background: #ffffaa;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

    height: auto;
Severity: Minor
Found in style.scss by scss-lint

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

            &,* {
Severity: Minor
Found in style.scss by scss-lint

Prefer single quoted strings
Open

                    content: "📍";
Severity: Minor
Found in style.scss by scss-lint

Properties should be ordered border-bottom, z-index
Open

                z-index: 2;
Severity: Minor
Found in style.scss by scss-lint

Avoid vendor prefixes.
Open

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

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

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

Line should be indented with spaces, not tabs
Open

    transform: scale(1) translate(1);
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    border-radius: var(--border-radius);
Severity: Minor
Found in style.scss by scss-lint

Rule declaration should be followed by an empty line
Open

                }
Severity: Minor
Found in style.scss by scss-lint

Properties should be ordered border, border-radius, height, left, top
Open

            top: 0;
Severity: Minor
Found in style.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

        &,* {
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

!important should not be used
Open

            display: inline-block !important;
Severity: Minor
Found in style.scss by scss-lint

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

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

Properties should be ordered cursor, transition, z-index
Open

                z-index: 9999;
Severity: Minor
Found in style.scss by scss-lint

Avoid using id selectors
Open

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

Properties should be ordered opacity, transform, transform-origin, transition
Open

        transition: .3s !important;
Severity: Minor
Found in style.scss by scss-lint

!important should not be used
Open

        transform: scale(0) !important;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

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

Avoid vendor prefixes.
Open

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

Line should be indented with spaces, not tabs
Open

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

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

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

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

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

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

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

Line should be indented with spaces, not tabs
Open

    left: 0;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    &,* {
Severity: Minor
Found in style.scss by scss-lint

!important should not be used
Open

            transform: scale(.25) !important;
Severity: Minor
Found in style.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

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

Colon after property should be followed by one space
Open

                background:transparent;
Severity: Minor
Found in style.scss by scss-lint

!important should not be used
Open

                        background-color: #f00 !important;
Severity: Minor
Found in style.scss by scss-lint

Avoid using id selectors
Open

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

Commas in function arguments should be followed by one space
Open

        background: rgba(255,255,255,.15);
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    &.peeking:not(.active) {
Severity: Minor
Found in style.scss by scss-lint

Properties should be ordered opacity, transform, transition, visibility, z-index
Open

                z-index:99999 !important;
Severity: Minor
Found in style.scss by scss-lint

!important should not be used
Open

            top: unset !important;
Severity: Minor
Found in style.scss by scss-lint

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

                    background: #000000;
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

Rule declaration should be preceded by an empty line
Open

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

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

                        background-color: #f00 !important;
Severity: Minor
Found in style.scss by scss-lint

Declaration should be terminated by a semicolon
Open

            width: 80%
Severity: Minor
Found in style.scss by scss-lint

Properties should be ordered background, bottom, height, left, padding, position, top, width
Open

    height: auto;
Severity: Minor
Found in style.scss by scss-lint

0px should be written without units as 0
Open

    bottom: 0px;
Severity: Minor
Found in style.scss by scss-lint

Color literals like rgba(255, 255, 255, 0.15) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

        background: rgba(255,255,255,.15);
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    &:not(.active) {
Severity: Minor
Found in style.scss by scss-lint

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

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

Rule declaration should be preceded by an empty line
Open

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

border-bottom: 0 is preferred over border-bottom: none
Open

            border-bottom: none;
Severity: Minor
Found in style.scss by scss-lint

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

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

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

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

Rule declaration should be preceded by an empty line
Open

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

Properties should be ordered border-radius, overflow, transform
Open

                transform: scaleY(1) !important;
Severity: Minor
Found in style.scss by scss-lint

!important should not be used
Open

            transform-origin: bottom left !important;
Severity: Minor
Found in style.scss by scss-lint

Color literals like rgba(0, 0, 0, 0.6) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

            outline: 40px solid rgba(0,0,0,.6);
Severity: Minor
Found in style.scss by scss-lint

!important should not be used
Open

        height: 100vh !important;
Severity: Minor
Found in style.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

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

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

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

Properties should be ordered pointer-events, transform, user-select
Open

            transform: scaleY(0);
Severity: Minor
Found in style.scss by scss-lint

Properties should be ordered border-radius, height, max-height, max-width, width
Open

        height: 100%;
Severity: Minor
Found in style.scss by scss-lint

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

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

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

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

Line should be indented with spaces, not tabs
Open

    width: 100%;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    background: transparent;
Severity: Minor
Found in style.scss by scss-lint

Properties should be ordered background, border, height, width
Open

        width: 100%;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

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

    &,* {
Severity: Minor
Found in style.scss by scss-lint

!important should not be used
Open

            left: 20px !important;
Severity: Minor
Found in style.scss by scss-lint

Commas in function arguments should be followed by one space
Open

            outline: 40px solid rgba(0,0,0,.6);
Severity: Minor
Found in style.scss by scss-lint

!important should not be used
Open

        left: 0 !important;
Severity: Minor
Found in style.scss by scss-lint

Line contains trailing whitespace
Open

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

Properties should be ordered display, height, left, position, top, width, z-index
Open

            height: 100%;
Severity: Minor
Found in style.scss by scss-lint

Properties should be ordered display, height, position, right, top
Open

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

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

                &[disabled],
Severity: Minor
Found in style.scss by scss-lint

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

            width: 10px;
Severity: Minor
Found in style.scss by scss-lint

Colon after property should be followed by one space
Open

            transform:scale(1);
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    bottom: 0px;
Severity: Minor
Found in style.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

    progress {
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 border-radius, bottom, left, margin, outline, top, transform, transform-origin
Open

            transform: scale(.25) !important;
Severity: Minor
Found in style.scss by scss-lint

!important should not be used
Open

        z-index: 100000 !important;
Severity: Minor
Found in style.scss by scss-lint

Properties should be ordered height, left, top, width, z-index
Open

        z-index: 100000 !important;
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

Properties should be ordered border, border-bottom-left-radius, border-bottom-right-radius, border-top, color-scheme, height, left, overflow, position, top, width
Open

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

Properties should be ordered height, max-height, resize, width
Open

            resize: both;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    min-width: 100px;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    background-color: transparent;
Severity: Minor
Found in style.scss by scss-lint

!important should not be used
Open

                border-radius: var(--border-radius) !important;
Severity: Minor
Found in style.scss by scss-lint

Rule declaration should be followed by an empty line
Open

            }
Severity: Minor
Found in style.scss by scss-lint

Commas in function arguments should be followed by one space
Open

            outline: 40px solid rgba(0,0,0,.6);
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

!important should not be used
Open

        top: 0 !important;
Severity: Minor
Found in style.scss by scss-lint

Properties should be ordered border-bottom, border-left, border-radius, border-right
Open

            border-left: none;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

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

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

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

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

Line should be indented with spaces, not tabs
Open

    .resizers {
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

Commas in function arguments should be followed by one space
Open

        background: rgba(255,255,255,.15);
Severity: Minor
Found in style.scss by scss-lint

Colon after property should be followed by one space
Open

                z-index:99999 !important;
Severity: Minor
Found in style.scss by scss-lint

Commas in function arguments should be followed by one space
Open

            outline: 40px solid rgba(0,0,0,.6);
Severity: Minor
Found in style.scss by scss-lint

!important should not be used
Open

        opacity: .5 !important;
Severity: Minor
Found in style.scss by scss-lint

Properties should be ordered background, content
Open

                    content: "📍";
Severity: Minor
Found in style.scss by scss-lint

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

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

Unknown property color-scheme
Open

        color-scheme: initial !important;
Severity: Minor
Found in style.scss by scss-lint

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

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

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

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

Rule declaration should be followed by an empty line
Open

            }
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    padding: 0;
Severity: Minor
Found in style.scss by scss-lint

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

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

!important should not be used
Open

            margin: 0 !important;
Severity: Minor
Found in style.scss by scss-lint

!important should not be used
Open

            bottom: 20px !important;
Severity: Minor
Found in style.scss by scss-lint

!important should not be used
Open

        width: 100vw !important;
Severity: Minor
Found in style.scss by scss-lint

Properties should be ordered display, position, right, transform
Open

                        transform: scale(.8);
Severity: Minor
Found in style.scss by scss-lint

Properties should be ordered aspect-ratio, font-size, height, max-width, padding
Open

                    height: 100%;
Severity: Minor
Found in style.scss by scss-lint

Rule declaration should be followed by an empty line
Open

        }
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    float: left;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    pointer-events: none;
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

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

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

Rule declaration should be preceded by an empty line
Open

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

Commas in function arguments should be followed by one space
Open

        background: rgba(255,255,255,.15);
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    top: 0;
Severity: Minor
Found in style.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

    &,* {
Severity: Minor
Found in style.scss by scss-lint

!important should not be used
Open

                transform: scaleY(1) !important;
Severity: Minor
Found in style.scss by scss-lint

!important should not be used
Open

        transition: .3s !important;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

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

Rule declaration should be preceded by an empty line
Open

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

Line should be indented with spaces, not tabs
Open

    height: 16px;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    height: 24px;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    display: flex;
Severity: Minor
Found in 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

            filter: drop-shadow(0 0 1px #000);
Severity: Minor
Found in style.scss by scss-lint

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

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

Colon after property should be followed by one space
Open

            opacity:.9;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Properties should be ordered display, font-size, left, position, text-align, top, width, word-wrap
Open

        left: 0;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    top: unset;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    left: 0;
Severity: Minor
Found in style.scss by scss-lint

Merge rule .program with rule on line 77
Open

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

Line should be indented with spaces, not tabs
Open

    min-height: 50px;
Severity: Minor
Found in style.scss by scss-lint

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

            .pin {
Severity: Minor
Found in 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-bottom: 1px solid #000;
Severity: Minor
Found in style.scss by scss-lint

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

        &,* {
Severity: Minor
Found in style.scss by scss-lint

border-left: 0 is preferred over border-left: none
Open

            border-left: none;
Severity: Minor
Found in style.scss by scss-lint

Properties should be ordered -khtml-user-select, -moz-user-select, -o-user-select, -webkit-user-select, user-select
Open

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

Property border already defined on line 420
Open

        border: 1px solid var(--themecolor);
Severity: Minor
Found in style.scss by scss-lint

border: 0 is preferred over border: none
Open

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

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

    &, iframe {
Severity: Minor
Found in style.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

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

Line should be indented with spaces, not tabs
Open

    height: 200px;
Severity: Minor
Found in style.scss by scss-lint

Properties should be ordered aspect-ratio, background, border, border-radius, font-size, height, justify-content, line-height, margin, object-fit, padding, position, text-align, top, z-index
Open

                height: 100%;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    position: relative;
Severity: Minor
Found in 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

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

Line should be indented with spaces, not tabs
Open

    width: 100%;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    top: 400px;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    left: 0;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

    left: 0;
Severity: Minor
Found in style.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

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

Properties should be ordered display, line-height, margin
Open

                margin: auto;
Severity: Minor
Found in style.scss by scss-lint

Properties should be ordered border-radius, display, margin, padding, position
Open

            display: inline-block;
Severity: Minor
Found in style.scss by scss-lint

Avoid using id selectors
Open

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

Line should be indented with spaces, not tabs
Open

    display: flex;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    overflow: visible;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

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

!important should not be used
Open

    overflow: visible !important;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    right: 20px;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    font-size: 1.05em;
Severity: Minor
Found in style.scss by scss-lint

Merge rule .start_menu with rule on line 570
Open

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

Line should be indented with spaces, not tabs
Open

    z-index: 99999999 !important;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    width: 200px;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

    -webkit-touch-callout: none;
Severity: Minor
Found in style.scss by scss-lint

Rule declaration should be followed by an empty line
Open

            }
Severity: Minor
Found in style.scss by scss-lint

Properties should be ordered color, display, flex-direction, height, max-width, min-width, position, right, top, width
Open

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

Line should be indented with spaces, not tabs
Open

    flex-direction: column;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Avoid vendor prefixes.
Open

    -webkit-user-select: none;
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

Colon after property should be followed by one space
Open

        flex-flow:column;
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

Line should be indented with spaces, not tabs
Open

    justify-content: space-between;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    bottom: 0;
Severity: Minor
Found in style.scss by scss-lint

Rule declaration should be followed by an empty line
Open

            }
Severity: Minor
Found in style.scss by scss-lint

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

            span {
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

Line should be indented with spaces, not tabs
Open

    overflow: visible !important;
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

Line should be indented with spaces, not tabs
Open

    margin: 5px;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    flex-grow: 0;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    flex-shrink: 0;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

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

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

Properties should be ordered aspect-ratio, height, margin-right, object-fit
Open

                height: 100%;
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

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

    top: 0;
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

    -webkit-touch-callout: none;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Rule declaration should be preceded by an empty line
Open

        p {
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

!important should not be used
Open

    z-index: 99999999 !important;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

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

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

Properties should be ordered background, border, border-radius, box-sizing, display, height, margin, padding
Open

            height: 100%;
Severity: Minor
Found in style.scss by scss-lint

Properties should be ordered aspect-ratio, height, margin, width
Open

            height: 100%;
Severity: Minor
Found in style.scss by scss-lint

Avoid using id selectors
Open

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

Line should be indented with spaces, not tabs
Open

    padding: 15px;
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

Line should be indented with spaces, not tabs
Open

    font-size: 16px;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    margin: 4px 4px 4px 6px;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
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

    backdrop-filter: blur(var(--glassyElementBlur));
Severity: Minor
Found in style.scss by scss-lint

Avoid using id selectors
Open

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

Avoid using id selectors
Open

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

Properties should be ordered display, flex-direction, flex-wrap, height, justify-content, left, overflow, padding, position, top, -webkit-touch-callout, -khtml-user-select, -moz-user-select, -ms-user-select, -webkit-user-select, user-select, width
Open

    padding: 15px;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    left: 0;
Severity: Minor
Found in style.scss by scss-lint

Properties should be ordered bottom, cursor, right, z-index
Open

            right: -5px;
Severity: Minor
Found in style.scss by scss-lint

Properties should be ordered height, left, position, top, width
Open

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

Line should be indented with spaces, not tabs
Open

    order: 200;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    overflow: visible;
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

    flex-wrap: wrap;
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

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

Rule declaration should be preceded by an empty line
Open

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

Avoid using id selectors
Open

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

Properties should be ordered background, border-radius, display, height, margin-right, opacity, order, padding, position, right, top, width
Open

            width: 6px;
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

Colon after property should be followed by one space
Open

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

Line should be indented with spaces, not tabs
Open

    top: 5px;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    height: var(--taskbarheight);
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

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

Properties should be ordered background-color, border, display, float, font-size, height, justify-content, left, min-width, padding, position, top, width, z-index
Open

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

Properties should be ordered display, flex-grow, height, position, width
Open

        height: 100%;
Severity: Minor
Found in style.scss by scss-lint

Properties should be ordered background, display, height, padding, vertical-align
Open

            height: auto;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

    z-index: 99999;
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

Properties should be ordered box-sizing, display, height, left, margin, min-height, object-fit, padding, position, top, width
Open

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

Line should be indented with spaces, not tabs
Open

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

!important should not be used
Open

        background-color: transparent !important;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    left: 400px;
Severity: Minor
Found in style.scss by scss-lint

Properties should be ordered color, font-size, height, left, margin, position, top
Open

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

Line should be indented with spaces, not tabs
Open

    position: relative;
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

    left: 0;
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

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

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

Avoid using id selectors
Open

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

Properties should be ordered display, filter, height, object-fit, position, width
Open

            position: relative;
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

Line should be indented with spaces, not tabs
Open

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

Avoid vendor prefixes.
Open

    -ms-user-select: none;
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

Colon after property should be followed by one space
Open

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

Avoid using id selectors
Open

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

Properties should be ordered bottom, color, display, margin, padding, position, right, z-index
Open

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

Avoid using id selectors
Open

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

Line should be indented with spaces, not tabs
Open

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

Properties should be ordered background-color, border, display, flex-flow, height, justify-content, margin, overflow, padding, position, transition, width
Open

        transition: .2s;
Severity: Minor
Found in style.scss by scss-lint

Colon after property should be followed by one space
Open

            margin-top:3px;
Severity: Minor
Found in style.scss by scss-lint

Colon after property should be followed by one space
Open

        min-height:70%;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    bottom: 40px;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    text-align: right;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    line-height:1.4;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    &, iframe {
Severity: Minor
Found in style.scss by scss-lint

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

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

Colon after property should be followed by one space
Open

            margin-bottom:0;
Severity: Minor
Found in style.scss by scss-lint

0.85 should be written without a leading zero as .85
Open

        font-size: 0.85em;
Severity: Minor
Found in style.scss by scss-lint

Colon after property should be followed by one space
Open

    line-height:1.4;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

    z-index: 99999;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Avoid vendor prefixes.
Open

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

border: 0 is preferred over border: none
Open

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

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

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

Line should be indented with spaces, not tabs
Open

    width: auto;
Severity: Minor
Found in style.scss by scss-lint

Colon after property should be followed by one space
Open

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

Colon after property should be followed by one space
Open

        padding:4px;
Severity: Minor
Found in style.scss by scss-lint

Avoid using id selectors
Open

    #taskbar {
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

Line should be indented with spaces, not tabs
Open

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

border: 0 is preferred over border: none
Open

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

!important should not be used
Open

        overflow: hidden !important;
Severity: Minor
Found in style.scss by scss-lint

Properties should be ordered bottom, height, left, width
Open

        width:25px;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Properties should be ordered display, flex-direction, flex-wrap, justify-content, left, overflow, padding, position, top, width
Open

        padding: 5px;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Properties should be ordered font-size, height, margin, top
Open

        top: -6px;
Severity: Minor
Found in style.scss by scss-lint

Colon after property should be followed by one space
Open

        font-size:.7em;
Severity: Minor
Found in style.scss by scss-lint

Avoid using id selectors
Open

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

Properties should be ordered display, height, margin, overflow, position, width
Open

            position: relative;
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 background-color, height
Open

            height: calc(200% + 36px);
Severity: Minor
Found in style.scss by scss-lint

Colon after property should be followed by one space
Open

        left:10px;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

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

Colon after property should be followed by one space
Open

        margin:0;
Severity: Minor
Found in style.scss by scss-lint

Colon after property should be followed by one space
Open

        bottom:25px;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Properties should be ordered background-color, border, height, padding-right, position, top, width
Open

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

border: 0 is preferred over border: none
Open

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

Line should be indented with spaces, not tabs
Open

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

Properties should be ordered background-color, bottom, height, position, top
Open

        top: auto;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

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

Colon after property should be followed by one space
Open

        width:25px;
Severity: Minor
Found in style.scss by scss-lint

Colon after property should be followed by one space
Open

        height:25px;
Severity: Minor
Found in style.scss by scss-lint

!important should not be used
Open

        z-index: 999999999 !important;
Severity: Minor
Found in style.scss by scss-lint

Properties should be ordered font-size, height, padding, position, top, width
Open

                height: 12px;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    iframe {
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

Avoid using id selectors
Open

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

There are no issues that match your filters.

Category
Status