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

feat: refresh metadata view (#7110)

* feat: refresh metadata view

* feat: optimize code

* feat: optimize tip

---------

Co-authored-by: 杨国璇 <ygx@192.168.1.2>
Co-authored-by: 杨国璇 <ygx@Hello-word.local>
This commit is contained in:
杨国璇
2024-11-27 10:59:39 +08:00
committed by GitHub
parent 6f8389e70c
commit ed62007228
12 changed files with 56 additions and 32 deletions

View File

@@ -273,6 +273,28 @@
background: #efefef;
}
.dir-view-path .path-item-refresh {
height: 24px;
width: 24px;
display: inline-flex;
align-items: center;
justify-content: center;
margin-left: 2px;
border-radius: 3px;
}
.dir-view-path .path-item-refresh:hover {
background: #efefef;
}
.dir-view-path .sf3-font-refresh {
transform: rotateY(180deg);
color: #666;
cursor: pointer;
font-size: 14px;
display: inline-block;
}
.dir-view-path .path-item-dropdown-toggle {
color: #666;
}