Reset padding from attachment-list on reply indicator

This commit is contained in:
Roni Laukkarinen 2023-03-09 21:48:23 +02:00
parent d49aa465f2
commit 065df07448
2 changed files with 8 additions and 2 deletions

View File

@ -1,8 +1,9 @@
### 1.1.2rc3: 2023-03-09
### 1.1.2rc4: 2023-03-09
* Fix the heart animation on the icons with counter
* Fix notification title overlapping with polls
* Fix avatar space alignment with long usernames
* Reset padding from attachment-list on reply indicator
### 1.1.1: 2023-03-09

View File

@ -1,5 +1,5 @@
/* Cursed Mastodon Twitter CSS-only revamp by @rolle@mementomori.social
v1.1.2rc3 */
v1.1.2rc4 */
/* CSS variables */
:root {
@ -603,6 +603,11 @@ a.status-card.compact .status-card__description {
padding-left: calc(var(--size-avatar) + var(--gap-default));
}
/* Reset padding from attachment-list on reply indicator */
.layout-single-column .reply-indicator .attachment-list {
padding-left: 0;
}
.layout-single-column .status__action-bar button,
.layout-single-column .detailed-status__action-bar button {
border-radius: 50%;