Showing 2,717 of 2,717 total issues
!important should not be used Open
Open
background-color: transparent !important;
- Exclude checks
border: 0
is preferred over border: none
Open
Open
border: none;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
height: 100%;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
max-height: calc(100vh - 2*var(--glassyElementSpacing));
- Exclude checks
Property border
already defined on line 78 Open
Open
border: 1px solid #555555;
- Exclude checks
Properties should be ordered backdrop-filter, background-color, display, line-height, padding-left, position, top, z-index Open
Open
background-color: var(--glassyElementBackground);
- Exclude checks
Properties should be ordered align-content, display, flex-direction, flex-wrap Open
Open
display: flex;
- Exclude checks
Properties should be ordered align-items, border-radius, display, height, line-height, margin-bottom, overflow, position, text-decoration, width Open
Open
position: relative;
- Exclude checks
Avoid using id selectors Open
Open
#start #center #left #moreandinfo {
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
flex-direction: column;
- Exclude checks
Empty rule Open
Open
* {
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
justify-content: space-between;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
height: 1.8em;
- Exclude checks
Avoid using id selectors Open
Open
#content_files {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
&_E {
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
border-top: 1px solid var(--themecolor);
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
padding: 0;
- Exclude checks
Color literals like #000
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border: 1px solid #000;
- Exclude checks
Properties should be ordered border, border-radius, flex-grow, margin, padding, width Open
Open
padding: 5px 5px 5px 40px;
- Exclude checks
Properties should be ordered border, height, width Open
Open
height: 100%;
- Exclude checks