mirror of
https://github.com/zadam/trilium.git
synced 2025-12-16 21:29:56 +01:00
style/status bar/note info: tweak appearance
This commit is contained in:
@@ -60,9 +60,13 @@
|
|||||||
padding: 1em !important;
|
padding: 1em !important;
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
|
--row-block-margin: .2em;
|
||||||
|
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
margin-top: calc(0px - var(--row-block-margin));
|
||||||
|
margin-bottom: 12px;
|
||||||
display: table;
|
display: table;
|
||||||
|
|
||||||
li {
|
li {
|
||||||
@@ -70,7 +74,8 @@
|
|||||||
|
|
||||||
> strong {
|
> strong {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
padding: 0.2em 0;
|
padding: var(--row-block-margin) 0;
|
||||||
|
opacity: .5;
|
||||||
}
|
}
|
||||||
|
|
||||||
> span {
|
> span {
|
||||||
|
|||||||
Reference in New Issue
Block a user