0.2s
This commit is contained in:
parent
48eebec03e
commit
85679b07d4
1 changed files with 1 additions and 1 deletions
|
|
@ -382,7 +382,7 @@ const wallpaper = localStorage.getItem('wallpaper') != null;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-radius: 999px;
|
border-radius: 999px;
|
||||||
transform: translateY(-0.5em);
|
transform: translateY(-0.5em);
|
||||||
transition: all 0.3s ease-in-out;
|
transition: all 0.2s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
> .indicator {
|
> .indicator {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue