Skip to content

Commit f4d5f23

Browse files
UX: Fix spacing in comments grid (#62)
1 parent 49dbc9d commit f4d5f23

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

common/common.scss

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@
259259
.topic-thumbnail-likes {
260260
grid-area: likes;
261261
display: flex;
262-
justify-content: flex-end;
262+
justify-content: center;
263263
align-items: center;
264264
color: var(--primary-low-mid);
265265
overflow: hidden;
@@ -280,8 +280,6 @@
280280
width: auto !important; // overrides very specific core style
281281
.badge-posts {
282282
padding: 0;
283-
height: 100%;
284-
width: 100%;
285283
}
286284
span.number {
287285
color: var(--primary-low-mid);

0 commit comments

Comments
 (0)