fix paragraph button overflowing over text, closes #502

This commit is contained in:
zadam 2019-04-29 21:52:28 +02:00
parent 7234324112
commit 6d2eb7b187

View File

@ -674,9 +674,12 @@ button.icon-button {
} }
.ck.ck-block-toolbar-button { .ck.ck-block-toolbar-button {
transform: translateX(10px); transform: translateX(7px);
color: var(--muted-text-color); color: var(--muted-text-color);
background-color: var(--main-background-color); background-color: var(--main-background-color);
/* Making this narrower because https://github.com/zadam/trilium/issues/502 (problem only in smaller font sizes) */
min-width: 0;
padding: 0;
} }
#note-detail-promoted-attributes { #note-detail-promoted-attributes {