Fix top margin on mobile

This commit is contained in:
Roni Laukkarinen 2023-03-09 18:50:43 +02:00
parent 791d9081a5
commit decd085d65
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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 */