mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
feat: finalize pretext feed sizing rollout (#1120)
* feat(feeds): add pretext-backed item sizing across board, catalog, and thread replies * feat: finalize pretext feed sizing rollout * fix(catalog): raise multiboard viewport buffer * fix(board): preserve pretext query overrides
This commit is contained in:
@@ -507,6 +507,12 @@
|
||||
contain-intrinsic-size: auto 120px;
|
||||
}
|
||||
|
||||
.replyDesktop.pretextVirtualizedReply,
|
||||
.replyMobile.pretextVirtualizedReply {
|
||||
content-visibility: visible;
|
||||
contain-intrinsic-size: auto;
|
||||
}
|
||||
|
||||
.replyMobile .replyContainer {
|
||||
background-color: var(--post-mobile-background-color);
|
||||
border-bottom: var(--post-mobile-border-bottom);
|
||||
|
||||
Reference in New Issue
Block a user