1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-08 18:30:53 +00:00

['Files' page] improved empty tips (#6088)

This commit is contained in:
llj
2024-05-16 14:51:07 +08:00
committed by GitHub
parent 64001350a3
commit 06de95840b
4 changed files with 25 additions and 30 deletions

View File

@@ -2,4 +2,11 @@
text-align: left!important;
padding-left: 20px;
}
#files-content-container .libraries-empty-tip {
color: #a4a4a4;
text-align: center;
padding: 4px 0;
border-bottom: 1px solid #e8e8e8;
}