fix: add page header padding for mobile layout (#1056)

* fix: add page header padding for mobile layout

* fix: limit page header padding to mobile layout

* docs: update changelog for mobile header fix

---------

Co-authored-by: dreamhunter2333 <dreamhunter2333@gmail.com>
This commit is contained in:
凉心
2026-06-13 11:39:51 +08:00
committed by GitHub
co-authored by dreamhunter2333
parent c924b71a5c
commit 41105ed803
3 changed files with 6 additions and 0 deletions
+4
View File
@@ -435,6 +435,10 @@ onMounted(async () => {
}
@media (max-width: 640px) {
:deep(.n-page-header) {
padding: 10px;
}
:deep(.n-page-header__title) {
min-width: 0;
}