Merge pull request #881 from nagisa77/feature/fix_safari_page_size

fix: 移动端Safari帖子底部被截断 #833
This commit is contained in:
Tim
2025-09-04 17:01:29 +08:00
committed by GitHub

View File

@@ -786,7 +786,6 @@ onMounted(async () => {
background-color: var(--background-color);
display: flex;
flex-direction: row;
height: 100%;
}
.loading-container {