fix responsive breakpoint in SkUserRecentNotes

This commit is contained in:
Hazelnoot 2024-11-02 11:08:37 -04:00
parent 8cbc0761db
commit ed6c781426
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ onMounted(async () => {
margin-bottom: 12px;
}
@container (min-width: 451px) {
@container (min-width: 750px) {
.userInfo {
margin-bottom: 24px;
}