merge: remove stripes from posting preview (!714)

View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/714

Approved-by: Hazelnoot <acomputerdog@gmail.com>
Approved-by: Marie <github@yuugi.dev>
This commit is contained in:
Hazelnoot 2024-10-27 02:47:59 +00:00
commit e87dddcca2

View file

@ -1259,14 +1259,6 @@ defineExpose({
background-size: auto auto;
}
html[data-color-scheme=dark] .preview {
background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, #0004 5px, #0004 10px);
}
html[data-color-scheme=light] .preview {
background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, #00000005 5px, #00000005 10px);
}
.targetNote {
padding: 0 20px 16px 20px;
}