feat: update PurchaseSubscriptionSidebar for mobile visibility and styling adjustments

This commit is contained in:
hamed
2026-07-21 10:50:17 +03:30
parent 087683e877
commit 512dbdaba0
3 changed files with 12 additions and 4 deletions
@@ -46,8 +46,8 @@ export default function PurchaseSubscriptionSidebar({ active }: { active: string
<aside
dir="rtl"
aria-label="منوی تنظیمات"
className="hidden lg:block"
style={{ alignSelf: 'start', position: 'sticky', top: 'calc(var(--topbar-h) + 16px)' }}
className="settings-subnav lg:sticky"
style={{ alignSelf: 'start', top: 'calc(var(--topbar-h) + 16px)' }}
>
<div style={{
fontSize: 16, fontWeight: 800, color: 'var(--text-2)', textAlign: 'right',