fix(reply-quote-preview): keep floating OP previews at desktop width

This commit is contained in:
Tommaso Casaburi
2026-04-16 15:20:49 +07:00
parent b288c62c06
commit f6ce2ba018
5 changed files with 86 additions and 5 deletions
+6
View File
@@ -672,6 +672,8 @@
border: var(--quote-preview-border);
border-right: var(--quote-preview-border-right);
border-bottom: var(--quote-preview-border-bottom);
box-sizing: border-box;
max-width: calc(100vw - 20px);
}
.postDesktop .replyQuotePreviewSpacer {
@@ -724,6 +726,10 @@
padding-left: 2px;
}
.replyQuotePreviewOp {
width: min(520px, calc(100vw - 20px));
}
.postMobile {
display: none;
}