Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

The box-sizing property isn't supported in IE6 and IE7.
Open

body{height:100vh;background-color:var(--beige2) !important;overflow:hidden}body .leftmenu,body .rightmenu{z-index:999;display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;position:absolute;justify-content:space-between;height:auto;max-height:calc(100% - var(--altbarheight));overflow:hidden;border:1px solid var(--themecolor);overflow:scroll;border-radius:var(--border-radius);background:var(--black3);padding:.2rem}body .leftmenu h3,body .rightmenu h3{margin:0;display:block;width:100%;padding:0 .25rem .25rem .25rem}body .leftmenu button,body .rightmenu button{height:2.5rem;width:2.5rem;line-height:0;margin:.1rem;padding:.1rem;font-size:1.25rem}body .leftmenu button.active,body .rightmenu button.active{background:var(--hovercolor)}body .leftmenu{right:5px;top:calc(var(--altbarheight) + 5px);width:5.5rem}body .rightmenu{width:9rem;right:5px;bottom:5px}body .altbar a:hover{background-color:var(--hovercolor)}body .altbar a:active{background-color:lime}body #canvascopy{position:absolute;top:0;left:0;filter:blur(4px);opacity:.6;z-index:-1;height:100%;width:100%;-o-object-fit:cover;object-fit:cover}body #loadcanvas{position:absolute;opacity:0;display:inline;visibility:hidden}body #imagep{position:relative;display:inline-block;top:0;left:0;height:calc(100% - var(--altbarheight));max-height:calc(100% - var(--altbarheight));width:100%;justify-content:center;align-items:center;overflow:scroll;box-sizing:border-box}body #imagep canvas{cursor:crosshair;margin:0;padding:0;border:1px solid #000;transform:scale(1);transform-origin:top left;position:relative;image-rendering:pixelated;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:url("checkerboard.png");box-shadow:0 0 4px 4px #fff}@media(prefers-color-scheme: dark){body{background:var(--black) !important}}/*# sourceMappingURL=paint.min.css.map */
Severity: Minor
Found in Program Files/paint/paint.min.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.image8 button {
Severity: Minor
Found in Program Files/pixels/style.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.image64 button {
Severity: Minor
Found in Program Files/pixels/style.css by csslint

Adjoining classes: .program.fullscreen
Open

.program.fullscreen {
Severity: Minor
Found in style.css by csslint

Adjoining classes: .program.fullscreen .headbar:hover .fullscreen
Open

.program.fullscreen .headbar:hover .fullscreen {
Severity: Minor
Found in style.css by csslint

Adjoining classes: .program.fullscreen .headbar .fullscreen
Open

.program.fullscreen .headbar .fullscreen {
Severity: Minor
Found in style.css by csslint

The universal selector (*) is known to be slow.
Open

.program .resizers * {
Severity: Minor
Found in style.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.program .resizers .resizer2 {
Severity: Minor
Found in style.css by csslint

The property -ms-user-select is compatible with -webkit-user-select and -moz-user-select and should be included as well.
Open

  -webkit-user-select: none;
Severity: Minor
Found in style.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

#taskbar #tasklist button span {
Severity: Minor
Found in style.css by csslint

Use of !important
Open

  z-index: 999999999 !important;
Severity: Minor
Found in style.css by csslint

Adjoining classes: .program.maximized
Open

  .program.maximized {
Severity: Minor
Found in style.css by csslint

Don't use IDs in selectors.
Open

  #taskbar {
Severity: Minor
Found in style.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

#field {
Severity: Minor
Found in Program Files/Dont Tag Me/style.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.player {
Severity: Minor
Found in Program Files/Dont Tag Me/style.css by csslint

Expected (<margin-width>) but found 'var(--glassyElementSpacing)'.</margin-width>
Open

:root{--background-color: #fff;--color-type-2: #fff;--background-color-type-2: #bcf;--font: var(--font), sans-serif;--border-width: 2px}html,body{background-color:rgba(0,0,0,0) !important}body{overflow:hidden;background-color:rgba(0,0,0,0) !important;-webkit-user-select:none;-moz-user-select:none;user-select:none}body.big_buttons #start{width:32rem}body.big_buttons #start #statusbar button{width:2.8rem;height:2.8rem}body.big_buttons #start #center #left a{font-size:1.1em}body.big_buttons #start #center #left a img{height:2.8rem;width:2.8rem}*{box-sizing:border-box}#startbutton{background:rgba(0,0,0,0);position:absolute;height:0;width:0;border:none;display:inline;bottom:0;left:0;overflow:hidden}#onout{position:absolute;top:0;left:0;width:100%;height:100%}#start{position:fixed;top:var(--glassyElementSpacing);bottom:var(--glassyElementSpacing);left:var(--glassyElementSpacing);display:flex;flex-direction:column;max-height:calc(100vh - 2*var(--glassyElementSpacing));height:auto;width:40rem;max-width:calc(100% - 2*var(--glassyElementSpacing));border:0;border-radius:var(--border-radius);overflow:hidden;background:rgba(0,0,0,0);border:1px solid #555;background-color:var(--glassyElementBackground);-webkit-backdrop-filter:blur(var(--glassyElementBlur));backdrop-filter:blur(var(--glassyElementBlur))}#start #statusbar{background-color:var(--glassyElementBackground);-webkit-backdrop-filter:blur(var(--glassyElementBlur));backdrop-filter:blur(var(--glassyElementBlur));bottom:0;left:0;position:relative;width:100%;height:60px;padding:0 .25rem;order:99;display:flex;flex-direction:row;justify-content:space-between}#start #statusbar>div{display:inline-flex;flex-direction:row;width:1px;flex-grow:1;align-items:center}#start #statusbar>div.align-end{justify-content:flex-end}#start #statusbar button{position:relative;display:inline-block;height:calc(100% - 10px);margin:5px;aspect-ratio:1/1;box-sizing:border-box;padding:1px;overflow:hidden;background:rgba(0,0,0,0)}#start #statusbar button.usericon-button{padding:0;outline-offset:0}#start #statusbar button img{height:100%;margin:0;border-radius:inherit}#start #statusbar button span{position:absolute;display:none}#start #center{display:flex;position:relative;width:100%;height:calc(100% - 60px);box-sizing:border-box}#start #center #left{display:block;position:relative;height:100%;width:100%;flex-wrap:wrap;align-content:flex-start;overflow:auto;scrollbar-width:thin;padding:1em}#start #center #left>span{background-color:var(--glassyElementBackground);-webkit-backdrop-filter:blur(var(--glassyElementBlur));backdrop-filter:blur(var(--glassyElementBlur));display:block;position:sticky;top:0;z-index:9;line-height:1.75;padding-left:calc(2.4rem + 15px)}#start #center #left #allprograms{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}#start #center #left #allprograms a{width:100%}#start #center #left a{position:relative;display:flex;height:auto;width:100%;overflow:hidden;align-items:center;line-height:2;margin-bottom:2px;text-decoration:none;border-radius:var(--border-radius)}#start #center #left a span{position:relative;display:inline;left:4px;white-space:nowrap;width:calc(100% - 41px);overflow:hidden;text-overflow:ellipsis;bottom:1px}#start #center #left a img{margin:.1rem;padding:.35rem;height:2.25rem;width:2.25rem;display:inline;-o-object-fit:contain;object-fit:contain}#start #center #left #moreandinfo{display:inline-block;background:#000;padding:0 .75em;line-height:1.2;width:80%;margin:10px 10%;background-color:var(--glassyElementBackground);-webkit-backdrop-filter:blur(var(--glassyElementBlur));backdrop-filter:blur(var(--glassyElementBlur));border-radius:var(--border-radius)}#start #center #left #moreandinfo a{display:inline;width:unset;text-decoration:underline;color:revert}@media(prefers-color-scheme: dark){#start #center #left div p{color:#fff}}/*# sourceMappingURL=startmenu.min.css.map */

Rule doesn't have all its properties in alphabetical order.
Open

:root{--background-color: #fff;--color-type-2: #fff;--background-color-type-2: #bcf;--font: var(--font), sans-serif;--border-width: 2px}html,body{background-color:rgba(0,0,0,0) !important}body{overflow:hidden;background-color:rgba(0,0,0,0) !important;-webkit-user-select:none;-moz-user-select:none;user-select:none}body.big_buttons #start{width:32rem}body.big_buttons #start #statusbar button{width:2.8rem;height:2.8rem}body.big_buttons #start #center #left a{font-size:1.1em}body.big_buttons #start #center #left a img{height:2.8rem;width:2.8rem}*{box-sizing:border-box}#startbutton{background:rgba(0,0,0,0);position:absolute;height:0;width:0;border:none;display:inline;bottom:0;left:0;overflow:hidden}#onout{position:absolute;top:0;left:0;width:100%;height:100%}#start{position:fixed;top:var(--glassyElementSpacing);bottom:var(--glassyElementSpacing);left:var(--glassyElementSpacing);display:flex;flex-direction:column;max-height:calc(100vh - 2*var(--glassyElementSpacing));height:auto;width:40rem;max-width:calc(100% - 2*var(--glassyElementSpacing));border:0;border-radius:var(--border-radius);overflow:hidden;background:rgba(0,0,0,0);border:1px solid #555;background-color:var(--glassyElementBackground);-webkit-backdrop-filter:blur(var(--glassyElementBlur));backdrop-filter:blur(var(--glassyElementBlur))}#start #statusbar{background-color:var(--glassyElementBackground);-webkit-backdrop-filter:blur(var(--glassyElementBlur));backdrop-filter:blur(var(--glassyElementBlur));bottom:0;left:0;position:relative;width:100%;height:60px;padding:0 .25rem;order:99;display:flex;flex-direction:row;justify-content:space-between}#start #statusbar>div{display:inline-flex;flex-direction:row;width:1px;flex-grow:1;align-items:center}#start #statusbar>div.align-end{justify-content:flex-end}#start #statusbar button{position:relative;display:inline-block;height:calc(100% - 10px);margin:5px;aspect-ratio:1/1;box-sizing:border-box;padding:1px;overflow:hidden;background:rgba(0,0,0,0)}#start #statusbar button.usericon-button{padding:0;outline-offset:0}#start #statusbar button img{height:100%;margin:0;border-radius:inherit}#start #statusbar button span{position:absolute;display:none}#start #center{display:flex;position:relative;width:100%;height:calc(100% - 60px);box-sizing:border-box}#start #center #left{display:block;position:relative;height:100%;width:100%;flex-wrap:wrap;align-content:flex-start;overflow:auto;scrollbar-width:thin;padding:1em}#start #center #left>span{background-color:var(--glassyElementBackground);-webkit-backdrop-filter:blur(var(--glassyElementBlur));backdrop-filter:blur(var(--glassyElementBlur));display:block;position:sticky;top:0;z-index:9;line-height:1.75;padding-left:calc(2.4rem + 15px)}#start #center #left #allprograms{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}#start #center #left #allprograms a{width:100%}#start #center #left a{position:relative;display:flex;height:auto;width:100%;overflow:hidden;align-items:center;line-height:2;margin-bottom:2px;text-decoration:none;border-radius:var(--border-radius)}#start #center #left a span{position:relative;display:inline;left:4px;white-space:nowrap;width:calc(100% - 41px);overflow:hidden;text-overflow:ellipsis;bottom:1px}#start #center #left a img{margin:.1rem;padding:.35rem;height:2.25rem;width:2.25rem;display:inline;-o-object-fit:contain;object-fit:contain}#start #center #left #moreandinfo{display:inline-block;background:#000;padding:0 .75em;line-height:1.2;width:80%;margin:10px 10%;background-color:var(--glassyElementBackground);-webkit-backdrop-filter:blur(var(--glassyElementBlur));backdrop-filter:blur(var(--glassyElementBlur));border-radius:var(--border-radius)}#start #center #left #moreandinfo a{display:inline;width:unset;text-decoration:underline;color:revert}@media(prefers-color-scheme: dark){#start #center #left div p{color:#fff}}/*# sourceMappingURL=startmenu.min.css.map */

Unknown property 'scrollbar-width'.
Open

:root{--background-color: #fff;--color-type-2: #fff;--background-color-type-2: #bcf;--font: var(--font), sans-serif;--border-width: 2px}html,body{background-color:rgba(0,0,0,0) !important}body{overflow:hidden;background-color:rgba(0,0,0,0) !important;-webkit-user-select:none;-moz-user-select:none;user-select:none}body.big_buttons #start{width:32rem}body.big_buttons #start #statusbar button{width:2.8rem;height:2.8rem}body.big_buttons #start #center #left a{font-size:1.1em}body.big_buttons #start #center #left a img{height:2.8rem;width:2.8rem}*{box-sizing:border-box}#startbutton{background:rgba(0,0,0,0);position:absolute;height:0;width:0;border:none;display:inline;bottom:0;left:0;overflow:hidden}#onout{position:absolute;top:0;left:0;width:100%;height:100%}#start{position:fixed;top:var(--glassyElementSpacing);bottom:var(--glassyElementSpacing);left:var(--glassyElementSpacing);display:flex;flex-direction:column;max-height:calc(100vh - 2*var(--glassyElementSpacing));height:auto;width:40rem;max-width:calc(100% - 2*var(--glassyElementSpacing));border:0;border-radius:var(--border-radius);overflow:hidden;background:rgba(0,0,0,0);border:1px solid #555;background-color:var(--glassyElementBackground);-webkit-backdrop-filter:blur(var(--glassyElementBlur));backdrop-filter:blur(var(--glassyElementBlur))}#start #statusbar{background-color:var(--glassyElementBackground);-webkit-backdrop-filter:blur(var(--glassyElementBlur));backdrop-filter:blur(var(--glassyElementBlur));bottom:0;left:0;position:relative;width:100%;height:60px;padding:0 .25rem;order:99;display:flex;flex-direction:row;justify-content:space-between}#start #statusbar>div{display:inline-flex;flex-direction:row;width:1px;flex-grow:1;align-items:center}#start #statusbar>div.align-end{justify-content:flex-end}#start #statusbar button{position:relative;display:inline-block;height:calc(100% - 10px);margin:5px;aspect-ratio:1/1;box-sizing:border-box;padding:1px;overflow:hidden;background:rgba(0,0,0,0)}#start #statusbar button.usericon-button{padding:0;outline-offset:0}#start #statusbar button img{height:100%;margin:0;border-radius:inherit}#start #statusbar button span{position:absolute;display:none}#start #center{display:flex;position:relative;width:100%;height:calc(100% - 60px);box-sizing:border-box}#start #center #left{display:block;position:relative;height:100%;width:100%;flex-wrap:wrap;align-content:flex-start;overflow:auto;scrollbar-width:thin;padding:1em}#start #center #left>span{background-color:var(--glassyElementBackground);-webkit-backdrop-filter:blur(var(--glassyElementBlur));backdrop-filter:blur(var(--glassyElementBlur));display:block;position:sticky;top:0;z-index:9;line-height:1.75;padding-left:calc(2.4rem + 15px)}#start #center #left #allprograms{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}#start #center #left #allprograms a{width:100%}#start #center #left a{position:relative;display:flex;height:auto;width:100%;overflow:hidden;align-items:center;line-height:2;margin-bottom:2px;text-decoration:none;border-radius:var(--border-radius)}#start #center #left a span{position:relative;display:inline;left:4px;white-space:nowrap;width:calc(100% - 41px);overflow:hidden;text-overflow:ellipsis;bottom:1px}#start #center #left a img{margin:.1rem;padding:.35rem;height:2.25rem;width:2.25rem;display:inline;-o-object-fit:contain;object-fit:contain}#start #center #left #moreandinfo{display:inline-block;background:#000;padding:0 .75em;line-height:1.2;width:80%;margin:10px 10%;background-color:var(--glassyElementBackground);-webkit-backdrop-filter:blur(var(--glassyElementBlur));backdrop-filter:blur(var(--glassyElementBlur));border-radius:var(--border-radius)}#start #center #left #moreandinfo a{display:inline;width:unset;text-decoration:underline;color:revert}@media(prefers-color-scheme: dark){#start #center #left div p{color:#fff}}/*# sourceMappingURL=startmenu.min.css.map */

Expected (<nonnegative-length-or-percentage>{1,4} [ / <nonnegative-length-or-percentage>{1,4} ]?) but found 'var(--border-radius)'.</nonnegative-length-or-percentage></nonnegative-length-or-percentage>
Open

:root{--background-color: #fff;--color-type-2: #fff;--background-color-type-2: #bcf;--font: var(--font), sans-serif;--border-width: 2px}html,body{background-color:rgba(0,0,0,0) !important}body{overflow:hidden;background-color:rgba(0,0,0,0) !important;-webkit-user-select:none;-moz-user-select:none;user-select:none}body.big_buttons #start{width:32rem}body.big_buttons #start #statusbar button{width:2.8rem;height:2.8rem}body.big_buttons #start #center #left a{font-size:1.1em}body.big_buttons #start #center #left a img{height:2.8rem;width:2.8rem}*{box-sizing:border-box}#startbutton{background:rgba(0,0,0,0);position:absolute;height:0;width:0;border:none;display:inline;bottom:0;left:0;overflow:hidden}#onout{position:absolute;top:0;left:0;width:100%;height:100%}#start{position:fixed;top:var(--glassyElementSpacing);bottom:var(--glassyElementSpacing);left:var(--glassyElementSpacing);display:flex;flex-direction:column;max-height:calc(100vh - 2*var(--glassyElementSpacing));height:auto;width:40rem;max-width:calc(100% - 2*var(--glassyElementSpacing));border:0;border-radius:var(--border-radius);overflow:hidden;background:rgba(0,0,0,0);border:1px solid #555;background-color:var(--glassyElementBackground);-webkit-backdrop-filter:blur(var(--glassyElementBlur));backdrop-filter:blur(var(--glassyElementBlur))}#start #statusbar{background-color:var(--glassyElementBackground);-webkit-backdrop-filter:blur(var(--glassyElementBlur));backdrop-filter:blur(var(--glassyElementBlur));bottom:0;left:0;position:relative;width:100%;height:60px;padding:0 .25rem;order:99;display:flex;flex-direction:row;justify-content:space-between}#start #statusbar>div{display:inline-flex;flex-direction:row;width:1px;flex-grow:1;align-items:center}#start #statusbar>div.align-end{justify-content:flex-end}#start #statusbar button{position:relative;display:inline-block;height:calc(100% - 10px);margin:5px;aspect-ratio:1/1;box-sizing:border-box;padding:1px;overflow:hidden;background:rgba(0,0,0,0)}#start #statusbar button.usericon-button{padding:0;outline-offset:0}#start #statusbar button img{height:100%;margin:0;border-radius:inherit}#start #statusbar button span{position:absolute;display:none}#start #center{display:flex;position:relative;width:100%;height:calc(100% - 60px);box-sizing:border-box}#start #center #left{display:block;position:relative;height:100%;width:100%;flex-wrap:wrap;align-content:flex-start;overflow:auto;scrollbar-width:thin;padding:1em}#start #center #left>span{background-color:var(--glassyElementBackground);-webkit-backdrop-filter:blur(var(--glassyElementBlur));backdrop-filter:blur(var(--glassyElementBlur));display:block;position:sticky;top:0;z-index:9;line-height:1.75;padding-left:calc(2.4rem + 15px)}#start #center #left #allprograms{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}#start #center #left #allprograms a{width:100%}#start #center #left a{position:relative;display:flex;height:auto;width:100%;overflow:hidden;align-items:center;line-height:2;margin-bottom:2px;text-decoration:none;border-radius:var(--border-radius)}#start #center #left a span{position:relative;display:inline;left:4px;white-space:nowrap;width:calc(100% - 41px);overflow:hidden;text-overflow:ellipsis;bottom:1px}#start #center #left a img{margin:.1rem;padding:.35rem;height:2.25rem;width:2.25rem;display:inline;-o-object-fit:contain;object-fit:contain}#start #center #left #moreandinfo{display:inline-block;background:#000;padding:0 .75em;line-height:1.2;width:80%;margin:10px 10%;background-color:var(--glassyElementBackground);-webkit-backdrop-filter:blur(var(--glassyElementBlur));backdrop-filter:blur(var(--glassyElementBlur));border-radius:var(--border-radius)}#start #center #left #moreandinfo a{display:inline;width:unset;text-decoration:underline;color:revert}@media(prefers-color-scheme: dark){#start #center #left div p{color:#fff}}/*# sourceMappingURL=startmenu.min.css.map */

3 IDs in the selector, really?
Open

:root{--background-color: #fff;--color-type-2: #fff;--background-color-type-2: #bcf;--font: var(--font), sans-serif;--border-width: 2px}html,body{background-color:rgba(0,0,0,0) !important}body{overflow:hidden;background-color:rgba(0,0,0,0) !important;-webkit-user-select:none;-moz-user-select:none;user-select:none}body.big_buttons #start{width:32rem}body.big_buttons #start #statusbar button{width:2.8rem;height:2.8rem}body.big_buttons #start #center #left a{font-size:1.1em}body.big_buttons #start #center #left a img{height:2.8rem;width:2.8rem}*{box-sizing:border-box}#startbutton{background:rgba(0,0,0,0);position:absolute;height:0;width:0;border:none;display:inline;bottom:0;left:0;overflow:hidden}#onout{position:absolute;top:0;left:0;width:100%;height:100%}#start{position:fixed;top:var(--glassyElementSpacing);bottom:var(--glassyElementSpacing);left:var(--glassyElementSpacing);display:flex;flex-direction:column;max-height:calc(100vh - 2*var(--glassyElementSpacing));height:auto;width:40rem;max-width:calc(100% - 2*var(--glassyElementSpacing));border:0;border-radius:var(--border-radius);overflow:hidden;background:rgba(0,0,0,0);border:1px solid #555;background-color:var(--glassyElementBackground);-webkit-backdrop-filter:blur(var(--glassyElementBlur));backdrop-filter:blur(var(--glassyElementBlur))}#start #statusbar{background-color:var(--glassyElementBackground);-webkit-backdrop-filter:blur(var(--glassyElementBlur));backdrop-filter:blur(var(--glassyElementBlur));bottom:0;left:0;position:relative;width:100%;height:60px;padding:0 .25rem;order:99;display:flex;flex-direction:row;justify-content:space-between}#start #statusbar>div{display:inline-flex;flex-direction:row;width:1px;flex-grow:1;align-items:center}#start #statusbar>div.align-end{justify-content:flex-end}#start #statusbar button{position:relative;display:inline-block;height:calc(100% - 10px);margin:5px;aspect-ratio:1/1;box-sizing:border-box;padding:1px;overflow:hidden;background:rgba(0,0,0,0)}#start #statusbar button.usericon-button{padding:0;outline-offset:0}#start #statusbar button img{height:100%;margin:0;border-radius:inherit}#start #statusbar button span{position:absolute;display:none}#start #center{display:flex;position:relative;width:100%;height:calc(100% - 60px);box-sizing:border-box}#start #center #left{display:block;position:relative;height:100%;width:100%;flex-wrap:wrap;align-content:flex-start;overflow:auto;scrollbar-width:thin;padding:1em}#start #center #left>span{background-color:var(--glassyElementBackground);-webkit-backdrop-filter:blur(var(--glassyElementBlur));backdrop-filter:blur(var(--glassyElementBlur));display:block;position:sticky;top:0;z-index:9;line-height:1.75;padding-left:calc(2.4rem + 15px)}#start #center #left #allprograms{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}#start #center #left #allprograms a{width:100%}#start #center #left a{position:relative;display:flex;height:auto;width:100%;overflow:hidden;align-items:center;line-height:2;margin-bottom:2px;text-decoration:none;border-radius:var(--border-radius)}#start #center #left a span{position:relative;display:inline;left:4px;white-space:nowrap;width:calc(100% - 41px);overflow:hidden;text-overflow:ellipsis;bottom:1px}#start #center #left a img{margin:.1rem;padding:.35rem;height:2.25rem;width:2.25rem;display:inline;-o-object-fit:contain;object-fit:contain}#start #center #left #moreandinfo{display:inline-block;background:#000;padding:0 .75em;line-height:1.2;width:80%;margin:10px 10%;background-color:var(--glassyElementBackground);-webkit-backdrop-filter:blur(var(--glassyElementBlur));backdrop-filter:blur(var(--glassyElementBlur));border-radius:var(--border-radius)}#start #center #left #moreandinfo a{display:inline;width:unset;text-decoration:underline;color:revert}@media(prefers-color-scheme: dark){#start #center #left div p{color:#fff}}/*# sourceMappingURL=startmenu.min.css.map */
Severity
Category
Status
Source
Language