Update src/styles/cardMod.css
All checks were successful
Release to Staging / build_and_release (push) Successful in 37s

This commit is contained in:
freakoverse 2024-10-30 13:20:24 +00:00
parent 49c1168bb7
commit 43c8ae4066

View File

@ -155,3 +155,12 @@
backdrop-filter: blur(10px);
background: rgba(35, 35, 35, 0.85);
}
.IBMSMSMBSSTagsTag.IBMSMSMBSSTagsTagRepost.IBMSMSMBSSTagsTagRepostCard {
position: absolute;
bottom: 10px;
left: 10px;
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
background: #232323d9;
}