feat: Quests page responsiveness and sidebar enhancements

This commit is contained in:
2026-03-04 03:22:22 +06:00
parent f154ebf033
commit e75233929a
38 changed files with 455 additions and 98 deletions

View File

@ -359,7 +359,7 @@ const STYLES = `
right: 0;
z-index: 5;
padding: 0.85rem 1.25rem calc(0.85rem + env(safe-area-inset-bottom));
background: rgba(255, 251, 244, 0.9);
background: rgba(255, 251, 244, 0);
backdrop-filter: blur(16px);
-webkit-backdrop-filter: blur(16px);
border-top: 2px solid #f3f4f6;