mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2025-09-09 13:11:14 +00:00
Fixed issue #352
Fixed issue when allowed_ips have more than 1 IP Address, allow access will crash
This commit is contained in:
@@ -1051,17 +1051,17 @@ pre.index-alert {
|
||||
|
||||
.fade2-enter-active,
|
||||
.fade2-leave-active {
|
||||
transition: all 0.2s cubic-bezier(0.82, 0.58, 0.17, 0.9);
|
||||
transition: all 0.3s cubic-bezier(0.82, 0.58, 0.17, 1.3);
|
||||
}
|
||||
|
||||
.fade2-enter-from{
|
||||
transform: translateY(30px);
|
||||
filter: blur(3px);
|
||||
transform: translateY(-30px);
|
||||
/*filter: blur(3px);*/
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.fade2-leave-to {
|
||||
transform: translateY(-30px);
|
||||
transform: translateY(30px);
|
||||
filter: blur(3px);
|
||||
opacity: 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user