โ€น
๐Ÿ‘†
โ€บ

Swipe to explore

x; background: rgba(255, 255, 255, 0.1); border-radius: 12px; font-size: 0.8125rem; color: #fff; } /* Posts */ .post-preview { padding: 12px; background: rgba(255, 255, 255, 0.05); border-radius: 8px; margin-bottom: 8px; } .post-preview p { margin: 0 0 4px; } .post-time { font-size: 0.75rem; color: rgba(255, 255, 255, 0.4); } .empty-text { text-align: center; color: rgba(255, 255, 255, 0.4); font-size: 0.875rem; } /* Desktop */ @media (min-width: 768px) { .modal-overlay.profile-sheet { align-items: center; } .profile-sheet-container { width: 480px; max-height: 85vh; border-radius: 16px; } .sheet-handle { display: none; } .profile-sheet .profile-actions { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 16px; } .profile-sheet .profile-actions .btn { padding: 8px 12px; font-size: 0.8125rem; } .post-avatar-link, .post-username-btn { background: none; border: none; padding: 0; cursor: pointer; color: inherit; font: inherit; text-align: left; } .post-avatar-link { display: block; } .post-username-btn { font-weight: 600; color: var(--text-primary, #fff); text-decoration: none; } .post-username-btn:hover { text-decoration: underline; } }