1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-27 07:44:50 +00:00

[share admin] added a missing file

This commit is contained in:
llj
2025-04-27 10:32:32 +08:00
parent 371dd4a057
commit 2006ff57d6

View File

@@ -0,0 +1,14 @@
@keyframes displaySelectedToolbar {
from {
top: 24px;
}
to {
top: 0;
}
}
.cur-view-path .selected-items-toolbar {
height: 24px;
position: relative;
animation: displaySelectedToolbar .3s ease-in-out 1;
}