add post dropdown menu

This commit is contained in:
Swrup 2022-02-22 08:48:08 +01:00
parent 687bb431bd
commit ec498caf8e
2 changed files with 20 additions and 3 deletions

View file

@ -138,3 +138,12 @@ a.preview-link {
.off {
display: none;
}
.post-menu-div {
display: inline;
}
a.post-menu-link {
text-decoration: none;
color: green;
}