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