-
-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2e9e1cb
commit c8b9e80
Showing
1 changed file
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 { | ||
|
@@ -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 */ | ||
|