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:
@@ -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;
|
||||
}
|
Reference in New Issue
Block a user