Finished selecting peers in bulk to delete and download

This commit is contained in:
Donald Zou
2024-10-14 16:32:17 +08:00
parent 56744cec7b
commit 563268558b
7 changed files with 321 additions and 28 deletions

View File

@@ -142,7 +142,7 @@
.sidebar .nav-link, .bottomNavContainer .nav-link{
font-weight: 500;
color: #333;
transition: 0.2s cubic-bezier(0.82, -0.07, 0, 1.01);
transition: 0.2s cubic-bezier(0.82, -0.07, 0, 1);
}
[data-bs-theme="dark"] .sidebar .nav-link{
@@ -248,7 +248,7 @@
.info h6 {
line-break: anywhere;
transition: all 0.4s cubic-bezier(0.96, -0.07, 0.34, 1.01);
transition: all 0.4s cubic-bezier(0.96, -0.07, 0.34, 1.0);
opacity: 1;
}
@@ -301,7 +301,7 @@
.share_peer_btn_group .btn-control {
margin: 0 0 0 1rem;
padding: 0 !important;
transition: all 0.4s cubic-bezier(1, -0.43, 0, 1.37);
transition: all 0.4s cubic-bezier(1, -0.43, 0, 1);
}
.btn-control:hover {
@@ -421,7 +421,7 @@ main {
display: none;
transform: translateY(-30px);
opacity: 0;
transition: all 0.3s cubic-bezier(0.58, 0.03, 0.05, 1.28);
transition: all 0.3s cubic-bezier(0.58, 0.03, 0.05, 1);
}
.btn-manage-group .setting_btn_menu.show {
@@ -1051,7 +1051,7 @@ pre.index-alert {
.fade2-enter-active,
.fade2-leave-active {
transition: all 0.3s cubic-bezier(0.82, 0.58, 0.17, 1.3);
transition: all 0.3s cubic-bezier(0.82, 0.58, 0.17, 1);
}
.fade2-enter-from{
@@ -1163,9 +1163,7 @@ pre.index-alert {
.zoom-enter-active,
.zoom-leave-active, .zoomReversed-enter-active,
.zoomReversed-leave-active {
transition: all 0.3s cubic-bezier(0.82, 0.58, 0.17, 0.9);
/*position: absolute;*/
/*padding-top: 50px*/
transition: all 0.3s cubic-bezier(0.82, 0.58, 0.17, 1);
}
.zoom-enter-from,
@@ -1190,7 +1188,7 @@ pre.index-alert {
.slide-move, /* apply transition to moving elements */
.slide-enter-active,
.slide-leave-active {
transition: all 0.4s cubic-bezier(0.82, 0.58, 0.17, 0.9);
transition: all 0.4s cubic-bezier(0.82, 0.58, 0.17, 1);
}
.slide-leave-active{