20240323 Commit

Finished implementing peer settings dropdown and planned how peer settings will be link
This commit is contained in:
Donald Zou
2024-03-21 02:03:08 -04:00
parent 0aa4c8af6f
commit f1e71ecb78
15 changed files with 1644 additions and 429 deletions

View File

@@ -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;
}