Skip to content

Commit

Permalink
Fix reply button not starting from the beginning
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Oct 31, 2023
1 parent 9cf72a0 commit 20d4176
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions layout-single-column.css
Original file line number Diff line number Diff line change
Expand Up @@ -2939,6 +2939,14 @@ body.embed .button.logo-button:hover,
width: unset !important;
}

/* Fix reply button not starting from the beginning */
.layout-single-column .status__action-bar .icon-button:nth-of-type(1) {
/* stylelint-disable-next-line */
min-width: auto !important;
/* stylelint-disable-next-line */
width: auto !important;
}

@media screen and (min-width: 890px) {
/* Hide the space between Lists and the actual lists */
.layout-single-column .list-panel > hr,
Expand Down

0 comments on commit 20d4176

Please sign in to comment.