mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 02:48:26 +00:00
Move attachment tabs into a menu
If multiple attachments are present, the tab menu doesn't show all. So if there is more than one attachment they can be selected from a menu.
This commit is contained in:
@ -170,8 +170,8 @@ textarea.markdown-editor {
|
||||
background: rgba(240,248,255,0.4);
|
||||
}
|
||||
|
||||
.default-layout .ui.menu .item.current-drop-target, .header.current-drop-target, .item.current-drop-target {
|
||||
background: rgba(0,0,0,0.2);
|
||||
.default-layout .ui.dropdown .menu .item.current-drop-target, .header.current-drop-target, .item.current-drop-target {
|
||||
background: rgba(0,0,0,0.2) !important;
|
||||
}
|
||||
|
||||
.default-layout .search-menu {
|
||||
|
Reference in New Issue
Block a user