Skip to content

Commit

Permalink
Mobile bubble fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Mar 9, 2023
1 parent 2e9e1cb commit c8b9e80
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Cursed Mastodon Twitter CSS-only revamp by @[email protected]
v1.1.0rc5 */
v1.1.0rc6 */

/* CSS variables */
:root {
Expand Down Expand Up @@ -1694,6 +1694,12 @@ a.status-card.compact .status-card__description {
.columns-area--mobile .drawer {
margin-top: var(--gap-default);
}

.layout-single-column .detailed-status__action-bar .icon-button::after,
.layout-single-column .status__action-bar .icon-button::after {
top: -7px;
transform: translateX(2px);
}
}

/* Retweet animation */
Expand Down

0 comments on commit c8b9e80

Please sign in to comment.