mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-06-19 10:46:48 +02:00
fix lint v3
This commit is contained in:
parent
2055b63822
commit
3f7450d809
1 changed files with 1 additions and 0 deletions
|
@ -219,6 +219,7 @@ export default {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transform: translateX(-50%) translateY(4px);
|
transform: translateX(-50%) translateY(4px);
|
||||||
}
|
}
|
||||||
|
|
||||||
to {
|
to {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
transform: translateX(-50%) translateY(0);
|
transform: translateX(-50%) translateY(0);
|
||||||
|
|
Loading…
Add table
Reference in a new issue