Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
sukhwinder33445 committed Dec 9, 2024
1 parent 3d0a398 commit 3382816
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 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,13 @@
line-height: 1.5*12/11em;
.text-ellipsis();
}

.object-statistics { //TODO: redundancygroup summary does not fit
display: flex;
justify-content: end;
align-items: baseline;
font-size: 70%;
}
}

time {
Expand Down Expand Up @@ -209,6 +216,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 3382816

Please sign in to comment.