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:
35
frontend/src/css/my-deleted-repos.css
Normal file
35
frontend/src/css/my-deleted-repos.css
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user