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;
|
||||
margin-top: 10px;
|
||||
cursor: pointer;
|
||||
margin-inline-start: 28px;
|
||||
color: var(--color-text-maxcontrast);
|
||||
display: inline-flex;
|
||||
gap: 15px;
|
||||
}
|
||||
|
||||
.plus-icon {
|
||||
margin-inline-start: 20px;
|
||||
gap: 12px;
|
||||
.plus-icon{
|
||||
transform: translateX(-8px);
|
||||
}
|
||||
}
|
||||
|
||||
.multiselect-header {
|
||||
|
Reference in New Issue
Block a user