Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
sukhwinder33445 committed Dec 18, 2024
1 parent ebd4211 commit 47f5a74
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion public/css/widget/object-header.less
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
width: 2em;
line-height: 2;
text-align: center;
margin-left: .5em;
margin-right: .5em;
overflow: hidden;

img {
Expand Down Expand Up @@ -78,6 +78,11 @@
line-height: 1.5*12/11em;
.text-ellipsis();
}

.object-statistics {
justify-content: end;
font-size: 75%;
}
}

time {
Expand All @@ -88,6 +93,10 @@
margin-right: -.5em;
padding: 0 0.5em;
}

:last-child {
margin-right: 0;
}
}
}
}
Expand Down Expand Up @@ -154,6 +163,8 @@
.main > header {
.caption {
display: flex;
justify-content: end;
gap: 1em;
}

.vertical-key-value {
Expand Down Expand Up @@ -209,6 +220,7 @@
.visual {
width: 8em;
background-color: @gray-lighter;
flex-direction: row;
justify-content: center;
gap: 0.28125em; // 0 calculated   width

Expand Down

0 comments on commit 47f5a74

Please sign in to comment.