Fix top margin on mobile
This commit is contained in:
parent
791d9081a5
commit
decd085d65
@ -2,6 +2,7 @@
|
||||
|
||||
* Add .account to color-border section
|
||||
* Fix hover on account type of notifications
|
||||
* Fix top margin on mobile
|
||||
|
||||
### 1.0.9: 2023-03-09
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Cursed Mastodon Twitter CSS-only revamp by @rolle@mementomori.social
|
||||
v1.1.0rc2 */
|
||||
v1.1.0rc3 */
|
||||
|
||||
/* CSS variables */
|
||||
:root {
|
||||
@ -1657,6 +1657,11 @@ a.status-card.compact .status-card__description {
|
||||
.layout-single-column .compose-form {
|
||||
padding-bottom: calc(3.5rem + calc(var(--gap-default) * 2));
|
||||
}
|
||||
|
||||
.columns-area--mobile .column,
|
||||
.columns-area--mobile .drawer {
|
||||
margin-top: var(--gap-default);
|
||||
}
|
||||
}
|
||||
|
||||
/* Retweet animation */
|
||||
|
Loading…
x
Reference in New Issue
Block a user