1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-19 18:29:23 +00:00

[my deleted libraries] redesigned it (#6426)

* [my deleted libraries] redesigned it

* moved the entrance from the right corner to the left dropdown menu of
'My Libraries' page
* redesigned it: changed it from an independent page to a dialog

* [my deleted libraries] improved UI details for the dialog(repo list & empty tip)
This commit is contained in:
llj
2024-07-27 15:41:38 +08:00
committed by GitHub
parent 559dfff42b
commit 6f241904d3
4 changed files with 219 additions and 33 deletions

View File

@@ -0,0 +1,35 @@
.my-deleted-repos-dialog {
max-width: 720px;
}
.my-deleted-repos-container {
min-height: 200px;
max-height: 500px;
overflow: auto;
}
.my-deleted-repos-empty-tip {
text-align: center;
margin: 20px 0;
}
.my-deleted-repos-empty-tip .empty-explanation {
color: #666;
font-size: .875rem;
margin: 0;
}
@media (min-width: 768px) {
.my-deleted-repos-empty-tip {
margin: 104px 0 216px;
}
.my-deleted-repos-empty-tip .empty-explanation {
margin: 0 7rem;
}
}
.my-deleted-repos-tip {
font-size: .8125rem;
color: #9c9c9c;
}