mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix(reply-quote-preview): keep floating OP previews at desktop width
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user