mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-10 18:33:51 +02:00
Favorite alignments
This commit is contained in:
@@ -1302,7 +1302,7 @@
|
||||
|
||||
.group-item__top {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
align-items: flex-start;
|
||||
justify-content: space-between;
|
||||
margin-bottom: 4px;
|
||||
font-size: 13px;
|
||||
@@ -1315,6 +1315,7 @@
|
||||
.group-item__right {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
gap: 6px;
|
||||
}
|
||||
|
||||
@@ -1645,7 +1646,7 @@
|
||||
|
||||
:deep(.favorites-search-card__action) {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
justify-content: flex-end;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
@@ -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%;
|
||||
}
|
||||
|
||||
|
||||
@@ -1165,7 +1165,7 @@
|
||||
|
||||
.group-item__top {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
align-items: flex-start;
|
||||
justify-content: space-between;
|
||||
margin-bottom: 4px;
|
||||
font-size: 13px;
|
||||
@@ -1178,6 +1178,7 @@
|
||||
.group-item__right {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.group-item__count {
|
||||
@@ -1501,7 +1502,7 @@
|
||||
|
||||
:deep(.favorites-search-card__action) {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
justify-content: flex-end;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user