Meta: Adding stylelint #13

Closed
c6ristian wants to merge 2 commits from meta/tidy/stylelint into main
Showing only changes of commit e8ef920556 - Show all commits

View file

@ -24,7 +24,6 @@ header {
h6 { h6 {
margin-bottom: 0; margin-bottom: 0;
} }
} }
body > footer { body > footer {
@ -124,10 +123,9 @@ body>main {
// Room State in Menu // Room State in Menu
#roomstate { #roomstate {
font-size: 0.9em; font-size: 0.9em;
line-height: 1.0em; line-height: 1em;
max-width: 8em; max-width: 8em;
padding: 5px; padding: 5px;
color: $roomstate_color_unknown; color: $roomstate_color_unknown;
&.open { &.open {
@ -155,7 +153,6 @@ body>main {
border-radius: var(--border-radius); border-radius: var(--border-radius);
background: var(--code-background-color); background: var(--code-background-color);
padding: 10px 15px; padding: 10px 15px;
margin-bottom: var(--typography-spacing-vertical); margin-bottom: var(--typography-spacing-vertical);
header { header {
@ -195,6 +192,7 @@ body>main {
img.groups-img { img.groups-img {
display: block; display: block;
margin: 0 auto; margin: 0 auto;
// (250px - 2*var(--grid-spacing-horizontal)) * 3/4 // (250px - 2*var(--grid-spacing-horizontal)) * 3/4
max-height: (222px * 3 / 4); max-height: (222px * 3 / 4);
} }
@ -228,8 +226,6 @@ body>main {
} }
} }
} }
} }
} }
@ -255,7 +251,6 @@ body>main {
} }
// Blog Overview: Categories list // Blog Overview: Categories list
div.nav-aside { div.nav-aside {
ul { ul {