alpha
Login
or
Join now
flo-bit.dev
/
room
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/flo-bit/room. tiny 3d rooms saved locally or in your bluesky account, svelte/threlte
flo-bit.dev/room/
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
fix touch on mobile
author
Florian
date
1 year ago
(Apr 2, 2025, 2:42 PM +0200)
commit
c6b01b05
c6b01b05bb04dcaf77ef0b4af39717e04b05f738
parent
3f6ade5f
3f6ade5f7361c02390843b54ff35b14951bf7b79
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
src
app.html
+1
-1
src/app.html
View file
Reviewed
···
13
13
data-domains="flo-bit.dev"
14
14
></script>
15
15
</head>
16
16
-
<body data-sveltekit-preload-data="hover" class="bg-base-50 dark:bg-base-950">
16
16
+
<body data-sveltekit-preload-data="hover" class="bg-base-50 dark:bg-base-950 touch-none">
17
17
<div style="display: contents">%sveltekit.body%</div>
18
18
</body>
19
19
</html>