Favorite alignments

This commit is contained in:
Natsumi
2025-11-10 02:18:38 +11:00
parent b007b3a1f8
commit 9110cd9be9
3 changed files with 8 additions and 6 deletions
+2 -2
View File
@@ -687,7 +687,7 @@
.group-item__top {
display: flex;
align-items: center;
align-items: flex-start;
justify-content: space-between;
margin-bottom: 4px;
font-size: 13px;
@@ -989,7 +989,7 @@
:deep(.favorites-search-card__action) {
display: flex;
justify-content: center;
justify-content: flex-end;
width: 100%;
}