mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-19 05:13:01 +00:00
Fix refering to unused preview-card
CSS class instead of status-card
(#24696)
This commit is contained in:
parent
ece38b9318
commit
a5bc4ea550
|
@ -1155,7 +1155,7 @@ body > [data-popper-placement] {
|
||||||
.video,
|
.video,
|
||||||
.audio,
|
.audio,
|
||||||
.attachment-list,
|
.attachment-list,
|
||||||
.preview-card {
|
.status-card {
|
||||||
margin-left: 46px + 10px;
|
margin-left: 46px + 10px;
|
||||||
width: calc(100% - (46px + 10px));
|
width: calc(100% - (46px + 10px));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue