update reply locator style

This commit is contained in:
xmcp
2019-10-04 17:25:20 +08:00
parent 6ffa7b9222
commit d3f296d8eb
2 changed files with 19 additions and 9 deletions

View File

@@ -277,4 +277,10 @@
@keyframes slide-in-from-top {
0% {opacity: 0; transform: translateY(-50%);}
100% {opacity: 1;}
}
.reply-header-badge {
float: right;
padding: 0 .5em;
opacity: .4;
}