note reaction adjustments

This commit is contained in:
Alejandro Gomez
2023-01-26 07:51:03 +01:00
parent a27730c3d3
commit 52ddac5ef5
4 changed files with 27 additions and 16 deletions

View File

@ -40,6 +40,18 @@
padding-left: 46px;
}
.note .footer .footer-reactions {
display: flex;
flex-direction: row;
margin-left: auto;
}
@media (min-width: 720px) {
.note .footer .footer-reactions {
margin-left: 0;
}
}
.note>.footer .ctx-menu {
background-color: var(--note-bg);
color: var(--font-secondary-color);