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

feat: deleted repos ui (#7241)

* feat: deleted repos ui

* feat: optimize code

---------

Co-authored-by: 杨国璇 <ygx@Hello-word.local>
This commit is contained in:
杨国璇
2024-12-23 22:26:11 +08:00
committed by GitHub
parent 5cf3029030
commit 8dd627bf1f
6 changed files with 200 additions and 174 deletions

View File

@@ -1,29 +0,0 @@
.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;
}
@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;
}