Skip to content

Commit

Permalink
Reduce the widening
Browse files Browse the repository at this point in the history
It gets kinda distracting when it's widen too far to left
  • Loading branch information
cheeaun committed Dec 5, 2023
1 parent 94c2f43 commit 5be3e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/status.css
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@
50px = avatar size
12px = gap
*/
margin-left: calc(-1 * (50px + 12px));
margin-left: calc(-1 * ((50px / 2)));
}
.status.large :is(.media-container, .media-container.media-gt2) {
height: auto;
Expand Down

0 comments on commit 5be3e22

Please sign in to comment.