diff --git a/public/css/widget/object-header.less b/public/css/widget/object-header.less index 88794e1ae..aecbe0223 100644 --- a/public/css/widget/object-header.less +++ b/public/css/widget/object-header.less @@ -21,7 +21,7 @@ width: 2em; line-height: 2; text-align: center; - margin-left: .5em; + margin-right: .5em; overflow: hidden; img { @@ -78,6 +78,11 @@ line-height: 1.5*12/11em; .text-ellipsis(); } + + .object-statistics { + justify-content: end; + font-size: 75%; + } } time { @@ -88,6 +93,10 @@ margin-right: -.5em; padding: 0 0.5em; } + + :last-child { + margin-right: 0; + } } } } @@ -154,6 +163,8 @@ .main > header { .caption { display: flex; + justify-content: end; + gap: 1em; } .vertical-key-value { @@ -209,6 +220,7 @@ .visual { width: 8em; background-color: @gray-lighter; + flex-direction: row; justify-content: center; gap: 0.28125em; // 0 calculated   width