wip bsky client for the web & android bbell.vt3e.cat

feat(profile): restore margin-top on stats

vt3e.cat 56ae5cf2 e1e24b9a

verified
+4 -2
+4 -2
src/views/Profile/ProfileView.vue
··· 40 40 const toast = useToastStore() 41 41 const env = useEnvironmentStore() 42 42 43 - const { element: statsBarRef, events: statsDragEvents, isDragging } = useDraggableScroll() 43 + const { events: statsDragEvents, isDragging } = useDraggableScroll() 44 44 45 45 const profile = ref<AppBskyActorDefs.ProfileViewDetailed | null>(null) 46 46 const feed = ref<AppBskyFeedDefs.FeedViewPost[]>([]) ··· 746 746 margin-top: 0.75rem; 747 747 overflow-x: auto; 748 748 border-radius: 1rem; 749 - transition: none; 750 749 margin: 0 -1.5rem; 750 + margin-top: 0.75rem; 751 751 width: calc(100% + 3rem); 752 752 padding: 0 1.5rem; 753 + 754 + transition: none; 753 755 754 756 scrollbar-width: none; 755 757 -ms-overflow-style: none;