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

This commit is contained in:
freakoverse 2024-11-06 15:11:29 +00:00
parent 7f0431f8f8
commit 31fd4ddfb5

View File

@ -229,3 +229,12 @@
color: rgba(255,255,255,0.5);
}
.dropdown.dropdownMain.dropdownMainBlogpost {
flex-grow: unset;
position: absolute;
top: 10px;
right: 10px;
background: #0000002e;
border-radius: 6px;
padding: 2px;
}