1
0
mirror of https://github.com/nileane/TangerineUI-for-Mastodon synced 2024-11-27 14:28:14 +09:00

Fixed attachment list alignement in compose form

This commit is contained in:
Niléane 2023-12-10 21:10:19 +01:00
parent 1f3ca6f603
commit 30cf63a592
No known key found for this signature in database
3 changed files with 15 additions and 0 deletions

View File

@ -1003,6 +1003,11 @@ body.app-body {
} }
} }
.app-body .compose-form .attachment-list.compact .icon {
color: var(--color-content-fg-muted);
vertical-align: bottom;
}
/* Publish button */ /* Publish button */
.app-body .compose-form .compose-form__publish .compose-form__publish-button-wrapper { .app-body .compose-form .compose-form__publish .compose-form__publish-button-wrapper {
padding-top: 10px; padding-top: 10px;

View File

@ -1002,6 +1002,11 @@ body.app-body {
} }
} }
.app-body .compose-form .attachment-list.compact .icon {
color: var(--color-content-fg-muted);
vertical-align: bottom;
}
/* Publish button */ /* Publish button */
.app-body .compose-form .compose-form__publish .compose-form__publish-button-wrapper { .app-body .compose-form .compose-form__publish .compose-form__publish-button-wrapper {
padding-top: 10px; padding-top: 10px;

View File

@ -1002,6 +1002,11 @@ body.app-body {
} }
} }
.app-body .compose-form .attachment-list.compact .icon {
color: var(--color-content-fg-muted);
vertical-align: bottom;
}
/* Publish button */ /* Publish button */
.app-body .compose-form .compose-form__publish .compose-form__publish-button-wrapper { .app-body .compose-form .compose-form__publish .compose-form__publish-button-wrapper {
padding-top: 10px; padding-top: 10px;