mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 02:48:26 +00:00
Improve item card
This commit is contained in:
@ -96,17 +96,12 @@
|
||||
.default-layout .ui.card .link.content:hover {
|
||||
box-shadow: 0 0 0 1px #d4d4d5,0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);
|
||||
}
|
||||
.default-layout .image .card-attachment-nav {
|
||||
.default-layout .card .card-attachment-nav {
|
||||
position: absolute;
|
||||
right: 2px;
|
||||
left: 4px;
|
||||
top: 4px;
|
||||
z-index: 10;
|
||||
}
|
||||
.default-layout .image .card-attachment-nav.bottom {
|
||||
bottom: 2px;
|
||||
}
|
||||
.default-layout .image .card-attachment-nav.top {
|
||||
top: 2px;
|
||||
}
|
||||
.default-layout .image.ds-card-image {
|
||||
overflow: auto;
|
||||
}
|
||||
@ -123,13 +118,13 @@
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
.default-layout img.preview-image.small {
|
||||
.default-layout .image.ds-card-image img.preview-image.small {
|
||||
max-width: 80px;
|
||||
}
|
||||
.default-layout img.preview-image.medium {
|
||||
.default-layout .image.ds-card-image img.preview-image.medium {
|
||||
max-width: 160px;
|
||||
}
|
||||
.default-layout img.preview-image.large {
|
||||
.default-layout .image.ds-card-image img.preview-image.large {
|
||||
max-width: none;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user