Merge commit '24ddf80ff7a707bcea01a6e59831ffefe495f3e0' into glitch-soc/merge-upstream

This commit is contained in:
Claire
2025-09-23 18:41:09 +02:00
41 changed files with 758 additions and 562 deletions

View File

@@ -1413,7 +1413,6 @@
.status__content__translate-button {
display: flex;
align-items: center;
width: min-content;
font-size: 15px;
line-height: 22px;
color: $highlight-text-color;
@@ -1422,6 +1421,14 @@
padding: 0;
margin-top: 16px;
text-decoration: none;
text-wrap: nowrap;
.status--is-quote & {
// Needed to prevent buttons from stretching across whole
// status width in Safari due to line-clamp
width: min-content;
white-space: nowrap;
}
&:hover,
&:active {