Add missing post menu styling for Hirudin

This commit is contained in:
devarped 2020-05-02 22:38:16 +03:00
parent 7fb4109ed1
commit 2e87259d3e
1 changed files with 21 additions and 1 deletions

View File

@ -434,4 +434,24 @@ color: #FF1B1B;
}
.mm-bars {
color: rgba(255, 255, 255, 0.76);
}
}
.uibutton:hover {
background: rgb(255, 255, 255);
border-color: rgba(0, 0, 0, 0.44);
}
.post-menu {
background: rgb(80, 82, 36);
box-shadow: 0 0 20px #272815;
border-radius: 5px;
overflow: hidden;
}
.post-menu li:hover {
background: rgba(0, 0, 0, 0.4);
}
.reply .post-menu {
border-radius: 0 5px 5px 5px
}
figure .post-menu {
border-radius: 0 0 5px 5px;
}