mirror of
https://github.com/nextcloud/mail.git
synced 2025-08-16 17:04:19 +00:00
fix: load-more button alignment
Signed-off-by: Hamza <hamzamahjoubi221@gmail.com>
This commit is contained in:
@ -547,13 +547,13 @@ div {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
margin-inline-start: 28px;
|
||||||
color: var(--color-text-maxcontrast);
|
color: var(--color-text-maxcontrast);
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
gap: 15px;
|
gap: 12px;
|
||||||
}
|
.plus-icon{
|
||||||
|
transform: translateX(-8px);
|
||||||
.plus-icon {
|
}
|
||||||
margin-inline-start: 20px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.multiselect-header {
|
.multiselect-header {
|
||||||
|
Reference in New Issue
Block a user