Merge commit '85fdbd0ad5' into upstream-20240425

This commit is contained in:
KMY 2024-04-25 18:28:31 +09:00
commit 661e329974
61 changed files with 392 additions and 212 deletions

View file

@ -2085,11 +2085,23 @@ a .account__avatar {
white-space: nowrap;
display: flex;
align-items: center;
gap: 4px;
gap: 8px;
.fa-times {
color: $ui-secondary-color;
}
.icon-button {
border: 1px solid var(--background-border-color);
border-radius: 4px;
box-sizing: content-box;
padding: 5px;
.icon {
width: 24px;
height: 24px;
}
}
}
.account-authorize {