mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 14:07:38 -07:00
fix(client): Fix indicator position
This commit is contained in:
parent
6937333688
commit
51da88f242
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ export default Vue.extend({
|
|||
|
||||
> i {
|
||||
position: absolute;
|
||||
top: 16px;
|
||||
top: initial;
|
||||
right: 8px;
|
||||
color: var(--indicator);
|
||||
font-size: 12px;
|
||||
|
|
Loading…
Reference in a new issue