Update inbounds.html

This commit is contained in:
Tara Rostami 2024-03-16 14:15:55 +03:30 committed by GitHub
parent 4c0a8f61b9
commit 4fa8f8b001
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,6 +40,13 @@
max-width: 200px; max-width: 200px;
overflow: hidden; overflow: hidden;
} }
.online-animation .ant-badge-status-dot {
animation: 1.2s ease infinite normal none running onlineAnimation;
}
@keyframes onlineAnimation {
0%, 50%, 100% { transform: scale(1); opacity: 1; }
10% { transform: scale(1.5); opacity: .2; }
}
</style> </style>
<body> <body>