Fixed attachment list alignement in compose form
This commit is contained in:
parent
1f3ca6f603
commit
30cf63a592
3 changed files with 15 additions and 0 deletions
|
|
@ -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 */
|
||||
.app-body .compose-form .compose-form__publish .compose-form__publish-button-wrapper {
|
||||
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 */
|
||||
.app-body .compose-form .compose-form__publish .compose-form__publish-button-wrapper {
|
||||
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 */
|
||||
.app-body .compose-form .compose-form__publish .compose-form__publish-button-wrapper {
|
||||
padding-top: 10px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue