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:
parent
1f3ca6f603
commit
30cf63a592
@ -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;
|
||||||
|
@ -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;
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user