fix responsive breakpoint in SkUserRecentNotes
This commit is contained in:
@@ -101,7 +101,7 @@ onMounted(async () => {
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
@container (min-width: 451px) {
|
||||
@container (min-width: 750px) {
|
||||
.userInfo {
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user