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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user