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

View File

@@ -1302,7 +1302,7 @@
.group-item__top { .group-item__top {
display: flex; display: flex;
align-items: center; align-items: flex-start;
justify-content: space-between; justify-content: space-between;
margin-bottom: 4px; margin-bottom: 4px;
font-size: 13px; font-size: 13px;
@@ -1315,6 +1315,7 @@
.group-item__right { .group-item__right {
display: flex; display: flex;
align-items: center; align-items: center;
flex-direction: column;
gap: 6px; gap: 6px;
} }
@@ -1645,7 +1646,7 @@
:deep(.favorites-search-card__action) { :deep(.favorites-search-card__action) {
display: flex; display: flex;
justify-content: center; justify-content: flex-end;
width: 100%; width: 100%;
} }

View File

@@ -687,7 +687,7 @@
.group-item__top { .group-item__top {
display: flex; display: flex;
align-items: center; align-items: flex-start;
justify-content: space-between; justify-content: space-between;
margin-bottom: 4px; margin-bottom: 4px;
font-size: 13px; font-size: 13px;
@@ -989,7 +989,7 @@
:deep(.favorites-search-card__action) { :deep(.favorites-search-card__action) {
display: flex; display: flex;
justify-content: center; justify-content: flex-end;
width: 100%; width: 100%;
} }

View File

@@ -1165,7 +1165,7 @@
.group-item__top { .group-item__top {
display: flex; display: flex;
align-items: center; align-items: flex-start;
justify-content: space-between; justify-content: space-between;
margin-bottom: 4px; margin-bottom: 4px;
font-size: 13px; font-size: 13px;
@@ -1178,6 +1178,7 @@
.group-item__right { .group-item__right {
display: flex; display: flex;
align-items: center; align-items: center;
flex-direction: column;
} }
.group-item__count { .group-item__count {
@@ -1501,7 +1502,7 @@
:deep(.favorites-search-card__action) { :deep(.favorites-search-card__action) {
display: flex; display: flex;
justify-content: center; justify-content: flex-end;
width: 100%; width: 100%;
} }