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:
Eike Kettner
2020-09-26 01:11:56 +02:00
parent ca05b3c195
commit e831d7bdd7
5 changed files with 179 additions and 7 deletions

View File

@ -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 {