diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2026-05-15 08:28:18 -0300 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2026-05-15 08:28:40 -0300 |
| commit | 74d753afef12b7253915be72a7afee8faa67ffdb (patch) | |
| tree | 88a938513347fe604f06db2901b19c7eb896405e /src/static/css/features.css | |
| parent | b68e658e27ae3c6e799342e69dfe3ee45cd53d7b (diff) | |
replacer, css: support wiki-style <audio> (etc) inside blockquote preview
Diffstat (limited to 'src/static/css/features.css')
| -rw-r--r-- | src/static/css/features.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/static/css/features.css b/src/static/css/features.css index 126ca875..89d58d8e 100644 --- a/src/static/css/features.css +++ b/src/static/css/features.css @@ -1472,9 +1472,9 @@ width: 100%; } - .content-image-container:last-child, - .content-video-container:last-child, - .content-audio-container:last-child { + .content-image-container:last-child:not(blockquote > *) + .content-video-container:last-child:not(blockquote > *), + .content-audio-container:last-child:not(blockquote > *) { margin-bottom: 1.15em; } |