diff options
author | Samuel Newman <mozzius@protonmail.com> | 2025-08-07 19:15:49 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-07 09:15:49 -0700 |
commit | 0a2b1fcfb808c9ddd503fac5247d1acf256cfb45 (patch) | |
tree | 0f56e7c9d332aa6599778f67777e3d1f3b0519d5 /src/alf | |
parent | cb54082edab73fd8e7f736e5b883b87e052604a8 (diff) | |
download | voidsky-0a2b1fcfb808c9ddd503fac5247d1acf256cfb45.tar.zst |
add profile hover card to notif items (#8666)
Diffstat (limited to 'src/alf')
-rw-r--r-- | src/alf/atoms.ts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/alf/atoms.ts b/src/alf/atoms.ts index 572560217..fe449c6ee 100644 --- a/src/alf/atoms.ts +++ b/src/alf/atoms.ts @@ -979,6 +979,12 @@ export const atoms = { hidden: { display: 'none', }, + inline: web({ + display: 'inline', + }), + block: web({ + display: 'block', + }), /* * Transition |