diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2024-03-12 23:41:04 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2024-03-12 23:45:17 +0300 |
| commit | e7ae846823ffb787ebb51fdf560562231af50cab (patch) | |
| tree | 611488eea8e5c9593cbb625a4781db788ca7b89e /web/html/xui/inbounds.html | |
| parent | b042f01e5801669718060d3266aeccf107d0b0bd (diff) | |
[ui] remove online animation
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
Diffstat (limited to 'web/html/xui/inbounds.html')
| -rw-r--r-- | web/html/xui/inbounds.html | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/web/html/xui/inbounds.html b/web/html/xui/inbounds.html index 1177118c..aeab3db3 100644 --- a/web/html/xui/inbounds.html +++ b/web/html/xui/inbounds.html @@ -36,13 +36,6 @@ .ant-collapse { margin: 5px 0; } - .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; } - } .info-large-tag { max-width: 200px; overflow: hidden; |
