mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-25 14:50:29 +00:00
[backbone] Modify column space for dir view
This commit is contained in:
@@ -20,16 +20,16 @@
|
||||
{% endif %}
|
||||
/* lib view */
|
||||
.repo-file-list .dirent-name {
|
||||
width:300px;
|
||||
width:260px;
|
||||
}
|
||||
.repo-file-list .dirent-size {
|
||||
width:104px;
|
||||
width:114px;
|
||||
}
|
||||
.repo-file-list .dirent-update {
|
||||
width:103px;
|
||||
width:123px;
|
||||
}
|
||||
.repo-file-list .dirent-op {
|
||||
width:100px;
|
||||
width:110px;
|
||||
}
|
||||
</style>
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user