1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-16 23:29:49 +00:00

change dir operation icon style (#7522)

This commit is contained in:
Michael An
2025-02-26 13:05:24 +08:00
committed by GitHub
parent 0035fd0f04
commit a3a609d89d
2 changed files with 8 additions and 4 deletions

View File

@@ -280,6 +280,11 @@
align-items: center;
}
.dir-view-path .dir-operation>.path-repo-name,
.dir-view-path .dir-operation>.path-file-name {
margin: 0 6px;
}
.dir-view-path .dir-operation.dir-operation-no-dropdown {
margin-left: 6px;
}