Skip to content

Commit 045ed2c

Browse files
WIP
1 parent c6ab928 commit 045ed2c

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

Diff for: public/css/widget/object-header.less

+13-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
width: 2em;
2222
line-height: 2;
2323
text-align: center;
24-
margin-left: .5em;
24+
margin-right: .5em;
2525
overflow: hidden;
2626

2727
img {
@@ -78,6 +78,11 @@
7878
line-height: 1.5*12/11em;
7979
.text-ellipsis();
8080
}
81+
82+
.object-statistics {
83+
justify-content: end;
84+
font-size: 75%;
85+
}
8186
}
8287

8388
time {
@@ -88,6 +93,10 @@
8893
margin-right: -.5em;
8994
padding: 0 0.5em;
9095
}
96+
97+
:last-child {
98+
margin-right: 0;
99+
}
91100
}
92101
}
93102

@@ -173,6 +182,8 @@
173182
.main > header {
174183
.caption {
175184
display: flex;
185+
justify-content: end;
186+
gap: 1em;
176187
}
177188

178189
.vertical-key-value {
@@ -228,6 +239,7 @@
228239
.visual {
229240
width: 8em;
230241
background-color: @gray-lighter;
242+
flex-direction: row;
231243
justify-content: center;
232244
gap: 0.28125em; // 0 calculated   width
233245

0 commit comments

Comments
 (0)