Skip to content

Commit 790473b

Browse files
authored
Merge pull request #11359 from nextcloud/fix/load-more-alignment
fix: load-more button alignment
2 parents 0de5e82 + 1a56aa2 commit 790473b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/components/EnvelopeList.vue

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -547,13 +547,13 @@ div {
547547
text-align: center;
548548
margin-top: 10px;
549549
cursor: pointer;
550+
margin-inline-start: 28px;
550551
color: var(--color-text-maxcontrast);
551552
display: inline-flex;
552-
gap: 15px;
553-
}
554-
555-
.plus-icon {
556-
margin-inline-start: 20px;
553+
gap: 12px;
554+
.plus-icon{
555+
transform: translateX(-8px);
556+
}
557557
}
558558
559559
.multiselect-header {

0 commit comments

Comments
 (0)