Skip to content

Commit

Permalink
UX: Fix spacing in comments grid
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanvidrine committed Dec 24, 2024
1 parent 8184663 commit fad0cf9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions common/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@
.topic-thumbnail-likes {
grid-area: likes;
display: flex;
justify-content: flex-end;
justify-content: center;
align-items: center;
color: var(--primary-low-mid);
overflow: hidden;
Expand All @@ -280,8 +280,6 @@
width: auto !important; // overrides very specific core style
.badge-posts {
padding: 0;
height: 100%;
width: 100%;
}
span.number {
color: var(--primary-low-mid);
Expand Down

0 comments on commit fad0cf9

Please sign in to comment.