Skip to content

Commit

Permalink
On another thought, reset the top set by Mastodon
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Dec 6, 2023
1 parent 2b6e09a commit 9937108
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion layout-multiple-columns.css
Original file line number Diff line number Diff line change
Expand Up @@ -1564,7 +1564,7 @@ body.embed .detailed-status__favorites {

/* Fix alignment */
.layout-multiple-columns .detailed-status__link {
top: 1px;
top: 0;
}

/* Textual labels for detailed metrics */
Expand Down
2 changes: 1 addition & 1 deletion layout-single-column.css
Original file line number Diff line number Diff line change
Expand Up @@ -1592,7 +1592,7 @@ body.embed > .activity-stream {

/* Fix alignment */
.layout-single-column .detailed-status__link {
top: 1px;
top: 0;
}

/* Textual labels for detailed metrics */
Expand Down

0 comments on commit 9937108

Please sign in to comment.