1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-24 21:07:17 +00:00

12.0 fix icon style (#6115)

* 01 update font

* 02 change icon color

* 03 change icon
This commit is contained in:
Michael An
2024-05-25 15:09:24 +08:00
committed by GitHub
parent 317320d3e9
commit 7f2ce4c8a8
14 changed files with 37 additions and 51 deletions

View File

@@ -287,18 +287,26 @@ img[src=""],img:not([src]){ /* for first loading img*/
word-break: keep-all;
max-width: 80%;
}
.path-container a, .path-container span {
max-height: 50px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}
.path-container span, .path-container a {
flex-shrink: 1;
}
}
.path-container span:first-child, .path-container span:last-child {
flex-shrink: 0;
}
}
.path-container span.path-file-name, .path-container span.path-repo-name {
flex-shrink: 1;
}
.path-container .op-btn .sf3-font {
color: #444;
}