1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-16 15:19:06 +00:00

add layout toggle shortcut (#6610)

* add layout toggle shortcut

* add switch mode shortcut on libraries page

* delete useless codes

---------

Co-authored-by: Michael An <2331806369@qq.com>
This commit is contained in:
Aries
2024-08-23 11:30:45 +08:00
committed by GitHub
parent 0ac1cb51ac
commit f8bebb6d91
2 changed files with 31 additions and 2 deletions

View File

@@ -23,3 +23,13 @@
display: flex;
align-items: center;
}
.view-modes-dropdown-shortcut {
display: flex;
align-items: center;
color: #999;
}
.dropdown-item:hover .view-modes-dropdown-shortcut {
color: #fff;
}