1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-22 03:16:34 +00:00

modify tag-list css

This commit is contained in:
shanshuirenjia
2018-12-18 11:55:06 +08:00
parent 821cb29730
commit b01d3ebea8
3 changed files with 32 additions and 27 deletions

View File

@@ -25,7 +25,16 @@
.tag-list-item .tag-demo:hover {
border-left: 0.75rem solid #eb8205;
}
.tag-demo .tag-name {
flex: 1;
}
.tag-demo .tag-files {
margin-right: 0.5rem;
cursor: pointer;
text-decoration: underline;
}
.tag-list-item .tag-edit {