[Glitch] Update stylelint-config-standard-scss to version 16.0.0

Port c6de46d12d to glitch-soc

Co-authored-by: diondiondion <mail@diondiondion.com>
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Matt Jankowski
2025-10-15 07:30:09 -04:00
committed by Claire
parent 2ccab68636
commit ef3f2ced09
6 changed files with 17 additions and 26 deletions

View File

@@ -717,7 +717,7 @@ body,
}
&__title {
word-wrap: break-word;
overflow-wrap: break-word;
}
&__timestamp {
@@ -768,7 +768,7 @@ body,
}
&__title {
word-wrap: break-word;
overflow-wrap: break-word;
}
&__timestamp {
@@ -1418,7 +1418,7 @@ a.sparkline {
.report-header {
display: grid;
grid-gap: 15px;
gap: 15px;
grid-template-columns: minmax(0, 1fr) 300px;
&__details {
@@ -1528,7 +1528,7 @@ a.sparkline {
margin: 8px 0;
overflow: hidden;
text-overflow: ellipsis;
word-wrap: break-word;
overflow-wrap: break-word;
max-height: 21px * 2;
position: relative;
font-size: 15px;
@@ -1685,7 +1685,7 @@ a.sparkline {
&__content {
font-size: 15px;
line-height: 20px;
word-wrap: break-word;
overflow-wrap: break-word;
font-weight: 400;
color: $primary-text-color;
@@ -1787,7 +1787,7 @@ a.sparkline {
padding: 15px;
font-size: 15px;
line-height: 20px;
word-wrap: break-word;
overflow-wrap: break-word;
font-weight: 400;
color: $primary-text-color;
box-sizing: border-box;
@@ -1969,7 +1969,7 @@ a.sparkline {
border-radius: 4px;
font-size: 15px;
line-height: 20px;
word-wrap: break-word;
overflow-wrap: break-word;
font-weight: 400;
border: 1px solid lighten($ui-base-color, 4%);
color: $primary-text-color;

View File

@@ -1175,7 +1175,7 @@
.edit-indicator__content,
.reply-indicator__content {
position: relative;
word-wrap: break-word;
overflow-wrap: break-word;
font-weight: 400;
overflow: hidden;
text-overflow: ellipsis;
@@ -1422,7 +1422,7 @@
}
.announcements__item__content {
word-wrap: break-word;
overflow-wrap: break-word;
overflow-y: auto;
.emojione {
@@ -4033,7 +4033,7 @@ a.account__display-name {
.react-toggle-screenreader-only,
.sr-only {
border: 0;
clip: rect(0 0 0 0);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
@@ -5309,10 +5309,8 @@ a.status-card {
&__menu {
@include search-popout;
& {
padding: 0;
background: $ui-secondary-color;
}
padding: 0;
background: $ui-secondary-color;
}
&__menu-list {
@@ -8624,7 +8622,7 @@ noscript {
font-weight: 400;
overflow: hidden;
word-break: normal;
word-wrap: break-word;
overflow-wrap: break-word;
p {
margin-bottom: 20px;
@@ -9269,7 +9267,7 @@ noscript {
position: relative;
font-size: 15px;
line-height: 20px;
word-wrap: break-word;
overflow-wrap: break-word;
font-weight: 400;
max-height: 50vh;
overflow: hidden;

View File

@@ -61,7 +61,7 @@
.dashboard {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
grid-gap: 10px;
gap: 10px;
@media screen and (width <= 1350px) {
grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);

View File

@@ -190,7 +190,7 @@
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
clip-path: inset(50%);
border: 0;
}

View File

@@ -300,7 +300,7 @@ code {
color: $primary-text-color;
display: block;
margin-bottom: 8px;
word-wrap: break-word;
overflow-wrap: break-word;
font-weight: 500;
}

View File

@@ -6,12 +6,6 @@
margin-top: 16px;
font-size: 14px;
ul,
.e-content & ul {
margin: 0;
list-style: none;
}
li {
margin-bottom: 10px;
position: relative;
@@ -66,7 +60,6 @@
&__text {
display: inline-block;
word-wrap: break-word;
overflow-wrap: break-word;
max-width: calc(100% - 45px - 25px);
}