CSS fine tunes
This commit is contained in:
parent
5e38dce4f8
commit
f81a92fc56
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
|
||||
/* XXX: using px for very good precision control */
|
||||
--decorator-outer-offset-top: 10px;
|
||||
--decorator-outer-offset-left: -5px;
|
||||
--decorator-outer-offset-left: -5.5px;
|
||||
--decorator-border-width: 1px;
|
||||
--decorator-outer-dim: 9px;
|
||||
--decorator-border: 1px solid #ccc;
|
||||
|
@ -232,6 +232,7 @@ li{
|
|||
.details{
|
||||
flex: 1 0 0;
|
||||
padding-left: var(--decorator-horizontal-margin);
|
||||
padding-top: calc(var(--row-blocks-padding-top) - 0.5pt) !important; /* not sure why but this is needed for better alignment */
|
||||
}
|
||||
|
||||
.details header{
|
||||
|
|
Loading…
Reference in a new issue