Update src/styles/post.css

This commit is contained in:
freakoverse 2024-11-06 15:11:29 +00:00 committed by enes
parent 6d6ff8ce43
commit f734b1447f

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;
}