mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2025-09-08 20:51:16 +00:00
20240323 Commit
Finished implementing peer settings dropdown and planned how peer settings will be link
This commit is contained in:
@@ -1077,4 +1077,19 @@ pre.index-alert {
|
||||
animations can be calculated correctly. */
|
||||
.message-leave-active {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.fade3-enter-active,
|
||||
.fade3-leave-active {
|
||||
transition: all 0.15s ease-in-out;
|
||||
}
|
||||
|
||||
.fade3-enter-from{
|
||||
transform: scale(1);
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.fade3-leave-to {
|
||||
transform: scale(0.8);
|
||||
opacity: 0;
|
||||
}
|
Reference in New Issue
Block a user