mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-09 19:56:19 +00:00
Update inbounds.html
This commit is contained in:
parent
4c0a8f61b9
commit
4fa8f8b001
1 changed files with 7 additions and 0 deletions
|
@ -40,6 +40,13 @@
|
|||
max-width: 200px;
|
||||
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>
|
||||
|
||||
<body>
|
||||
|
|
Loading…
Reference in a new issue