mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 02:48:26 +00:00
Improve selecting attachments of an item
Use a list of small thumbnails instead of just names. Closes: #396
This commit is contained in:
@ -225,9 +225,17 @@ textarea.markdown-editor {
|
||||
background: rgba(240,248,255,0.4);
|
||||
}
|
||||
|
||||
.default-layout .ui.dropdown .menu .item.current-drop-target, .header.current-drop-target, .item.current-drop-target {
|
||||
.default-layout .ui.dropdown .menu .current-drop-target, .header.current-drop-target, .current-drop-target {
|
||||
background: rgba(0,0,0,0.2) !important;
|
||||
}
|
||||
.default-layout .ui.cards.small > .ui.card {
|
||||
max-width: 180px;
|
||||
}
|
||||
.default-layout .ui.cards.small > .ui.card .image {
|
||||
max-width: 100px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.default-layout .search-menu {
|
||||
box-shadow: 2px 1px 3px rgba(216, 223, 229, 1);
|
||||
|
Reference in New Issue
Block a user