blog post and other fixes/additions #124

Merged
freakoverse merged 55 commits from staging into master 2024-11-14 18:26:41 +00:00
Showing only changes of commit f734b1447f - Show all commits

View File

@ -229,3 +229,12 @@
color: rgba(255,255,255,0.5); 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;
}