Merge branch 'main' into glitch-soc/merge-upstream

Conflicts:
- `package.json`:
  Upstream removed a dependency that was textually close to a glitch-soc-only
  dependency.
  Removed the dependency as upstream did, while keeping the glitch-soc-only
  dependency.
This commit is contained in:
Claire
2023-04-09 11:40:14 +02:00
126 changed files with 1155 additions and 561 deletions

View File

@ -651,7 +651,7 @@ body,
.button {
overflow: visible;
margin: 0 0 5px 5px;
float: inline-end;
float: right;
}
}
}
@ -799,7 +799,7 @@ a.name-tag,
.speech-bubble {
margin-bottom: 20px;
border-inset-inline-start: 4px solid $ui-highlight-color;
border-inline-start: 4px solid $ui-highlight-color;
&.positive {
border-left-color: $success-green;
@ -1678,7 +1678,7 @@ a.sparkline {
}
.section-skip-link {
float: inline-end;
float: right;
a {
color: $ui-highlight-color;