mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-09-05 07:27:27 +08:00
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:
@@ -435,6 +435,10 @@ onMounted(async () => {
|
||||
}
|
||||
|
||||
@media (max-width: 640px) {
|
||||
:deep(.n-page-header) {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
:deep(.n-page-header__title) {
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user