mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 14:55:50 +01:00
style(promoted): improve checkbox style
This commit is contained in:
@@ -33,6 +33,7 @@ const TPL = `
|
|||||||
.promoted-attribute-cell > label {
|
.promoted-attribute-cell > label {
|
||||||
user-select: none;
|
user-select: none;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
.promoted-attribute-cell > * {
|
.promoted-attribute-cell > * {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
@@ -49,7 +50,7 @@ const TPL = `
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
.promoted-attribute-cell input[type="checkbox"] {
|
.promoted-attribute-cell input[type="checkbox"] {
|
||||||
height: 1.5em;
|
width: 22px !important;
|
||||||
flex-grow: 0;
|
flex-grow: 0;
|
||||||
width: unset;
|
width: unset;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user