Finished job logs :)

This commit is contained in:
Donald Zou
2024-07-29 18:40:07 -04:00
parent b65828416f
commit 63e8553a09
16 changed files with 479 additions and 135 deletions

View File

@@ -1119,6 +1119,7 @@ pre.index-alert {
.peerSettingContainer {
background-color: #00000060;
z-index: 9999;
backdrop-filter: blur(1px);
}
.dashboardModal{
@@ -1128,4 +1129,18 @@ pre.index-alert {
.dashboardModal > .card{
margin: 1.75rem;
}
}
.zoom-enter-active,
.zoom-leave-active {
transition: all 0.3s cubic-bezier(0.82, 0.58, 0.17, 0.9);
/*position: absolute;*/
/*padding-top: 50px*/
}
.zoom-enter-from,
.zoom-leave-to {
transform: scale(1.1);
filter: blur(3px);
opacity: 0;
}