Merge commit 'dbb20f76a781defe35d077529c8269d712c1fbd2' into glitch-soc/merge-upstream

Conflicts:
- `tsconfig.json`:
  glitch-soc had extra paths under `app/javascript/flavours`, but upstream
  added `app/javascript` as a whole, so updated to upstream's.
This commit is contained in:
Claire
2025-06-25 19:29:09 +02:00
91 changed files with 1108 additions and 311 deletions

View File

@@ -1648,6 +1648,17 @@ a.sparkline {
}
}
a.timestamp {
color: $darker-text-color;
text-decoration: none;
&:hover,
&:focus,
&:active {
text-decoration: underline;
}
}
time {
margin-inline-start: 5px;
vertical-align: baseline;

View File

@@ -68,6 +68,7 @@ body {
&.with-modals--active {
overflow-y: hidden;
overscroll-behavior: none;
margin-right: var(--root-scrollbar-width, 0);
}
}

View File

@@ -2894,6 +2894,11 @@ a.account__display-name {
background: var(--background-color);
backdrop-filter: var(--background-filter);
border-top: 1px solid var(--background-border-color);
box-sizing: border-box;
.with-modals--active & {
padding-right: var(--root-scrollbar-width);
}
.layout-multiple-columns & {
display: none;
@@ -3105,7 +3110,7 @@ a.account__display-name {
.search__input {
line-height: 18px;
font-size: 16px;
padding: 15px;
padding-block: 15px;
padding-inline-end: 30px;
}
@@ -8972,7 +8977,7 @@ noscript {
.search__input {
border: 1px solid var(--background-border-color);
padding: 12px;
padding-block: 12px;
padding-inline-end: 30px;
}