Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

use dvh for `util_screen_outer` (#10230)

authored by

Samuel Newman and committed by
GitHub
02daa017 ff294edd

+1 -1
+1 -1
src/alf/atoms.ts
··· 20 20 */ 21 21 util_screen_outer: [ 22 22 web({ 23 - minHeight: '100vh', 23 + minHeight: '100dvh', 24 24 }), 25 25 native({ 26 26 height: '100%',