1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 06:33:48 +00:00

Activities improvements (#5758)

* [activities] improvement

* [activities] improved the user filter
This commit is contained in:
llj
2023-11-12 16:13:42 +08:00
committed by GitHub
parent 57d0aad7b7
commit f5fad5724d
3 changed files with 51 additions and 49 deletions

View File

@@ -58,6 +58,7 @@
.activity-user-list {
min-height: 4rem;
max-height: 200px;
}
.activity-user-item {
@@ -67,3 +68,7 @@
.activity-user-item:hover {
background: #f5f5f5;
}
.activity-user-name {
font-size: 14px;
}