mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
Adjust padding on Globe live
This commit is contained in:
parent
30cd64cca4
commit
6c0d414a8e
@ -261,7 +261,7 @@ export function GlobeSection({ countryData, totalUsers, children }: {countryData
|
||||
<Typography type="h2">
|
||||
Welcome back{displayName ? `, ${displayName}!` : '!'}
|
||||
</Typography>
|
||||
<div className='text-red-500 flex items-center gap-1.5 text-xs font-bold'>
|
||||
<div className='text-red-500 p-4 flex items-center gap-1.5 text-xs font-bold'>
|
||||
<div className="stack-live-pulse" />
|
||||
<style>{`
|
||||
.stack-live-pulse {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user