mirror of
https://github.com/zadam/trilium.git
synced 2025-12-22 23:34:25 +01:00
style(attachment): code block cuts off card
This commit is contained in:
parent
9872a3d522
commit
eceb7179b8
@ -22,12 +22,13 @@
|
|||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.attachment-title {
|
.attachment-title {
|
||||||
font-size: 1.1rem;
|
font-size: 1.1rem;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: inherit !important;
|
color: inherit !important;
|
||||||
}
|
}
|
||||||
@ -72,7 +73,7 @@
|
|||||||
|
|
||||||
.attachment-detail-wrapper.list-view {
|
.attachment-detail-wrapper.list-view {
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
background-color: var(--card-background-color);
|
background-color: var(--card-background-color);
|
||||||
padding: 0 6px;
|
padding: 0 6px;
|
||||||
box-shadow: var(--card-box-shadow);
|
box-shadow: var(--card-box-shadow);
|
||||||
}
|
}
|
||||||
@ -152,4 +153,4 @@
|
|||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
pointer-events: none; /* makes it unclickable */
|
pointer-events: none; /* makes it unclickable */
|
||||||
}
|
}
|
||||||
/* #endregion */
|
/* #endregion */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user