fix: resolve page-header overlap and overflow

This commit is contained in:
Liu
2026-03-20 15:45:22 +08:00
parent db86ff4ce3
commit 43a92a764f
3 changed files with 21 additions and 3 deletions

View File

@@ -1274,6 +1274,7 @@ mark.search-highlight {
/* Utility */
.flex { display: flex; }
.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.items-center { align-items: center; }
.justify-between { justify-content: space-between; }
.gap-2 { gap: 8px; }