fix(client): Fix indicator position

This commit is contained in:
syuilo 2020-07-12 17:43:35 +09:00
parent 7555ab097a
commit dab728278c
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ export default Vue.extend({
> i {
position: absolute;
top: 16px;
top: initial;
right: 8px;
color: var(--indicator);
font-size: 12px;