mirror of
https://github.com/zadam/trilium.git
synced 2025-12-24 00:59:55 +01:00
style(attachment): top padding not matching side padding
This commit is contained in:
@@ -74,7 +74,7 @@
|
||||
.attachment-detail-wrapper.list-view {
|
||||
border-radius: 12px;
|
||||
background-color: var(--card-background-color);
|
||||
padding: 0 6px;
|
||||
padding: 6px 6px 0 6px;
|
||||
box-shadow: var(--card-box-shadow);
|
||||
}
|
||||
|
||||
@@ -127,15 +127,6 @@
|
||||
/* #endregion */
|
||||
|
||||
/* #region Attachment actions */
|
||||
.attachment-actions {
|
||||
width: 35px;
|
||||
height: 35px;
|
||||
}
|
||||
|
||||
.attachment-actions .select-button {
|
||||
position: relative;
|
||||
top: 3px;
|
||||
}
|
||||
|
||||
.attachment-actions .dropdown-menu {
|
||||
width: 20em;
|
||||
|
||||
Reference in New Issue
Block a user