moar styling fixes to hopefully fix issue with chromium android
This commit is contained in:
@@ -4,8 +4,10 @@
|
||||
import SearchResults from '$lib/components/SearchResults.svelte';
|
||||
</script>
|
||||
|
||||
<NavBar>
|
||||
<slot />
|
||||
<SearchResults />
|
||||
</NavBar>
|
||||
<Footer />
|
||||
<div class="flex items-center flex-1 overflow-auto">
|
||||
<NavBar>
|
||||
<slot />
|
||||
<SearchResults />
|
||||
</NavBar>
|
||||
<Footer />
|
||||
</div>
|
||||
|
@@ -29,7 +29,7 @@
|
||||
title: 'Visions',
|
||||
path: 'https://visions.silentsilas.com',
|
||||
source: 'https://github.com/silentsilas/visions',
|
||||
position: [0, -4, 0],
|
||||
position: [0, -6, 0],
|
||||
description:
|
||||
'An experiment with 3D vector math for a rudimentary simulation of gravity. You can change the strength of the gravity in the Controls menu.'
|
||||
},
|
||||
@@ -38,7 +38,7 @@
|
||||
path: '/editor',
|
||||
source:
|
||||
'https://git.silentsilas.com/silentsilas/playground/src/branch/main/src/routes/editor',
|
||||
position: [4, 0, -4],
|
||||
position: [4, -2, -4],
|
||||
description:
|
||||
'A 3D animation editor via Theatre.js. This is used internally by me for other ThreeJS projects.'
|
||||
},
|
||||
@@ -46,7 +46,7 @@
|
||||
title: 'Headbang',
|
||||
path: 'https://smash.silentsilas.com',
|
||||
source: '#',
|
||||
position: [-4, 0, 4],
|
||||
position: [-4, -2, 4],
|
||||
description:
|
||||
"Bash in the heads of my ol' coworkers to the sounds of Rezz. I don't own the copyright to the music. And I also lost the source code. Epilepsy warning."
|
||||
},
|
||||
@@ -54,7 +54,7 @@
|
||||
title: 'Intended Link',
|
||||
path: 'https://intended.link',
|
||||
source: 'https://git.silentsilas.com/silentsilas/Entendu',
|
||||
position: [-4, 4, -4],
|
||||
position: [-4, 2, -4],
|
||||
description:
|
||||
'Similar to Sure Dog, this is a service to securely share information to others without needing an account. Instead, you say which social media account can access the link, and only that account will be able to view what the link contains using the magic of OAuth.'
|
||||
},
|
||||
@@ -62,7 +62,7 @@
|
||||
title: 'Who Am I?',
|
||||
path: 'https://viz.silentsilas.com/',
|
||||
source: 'https://git.silentsilas.com/silentsilas/audio-visualizer',
|
||||
position: [4, 4, 4],
|
||||
position: [4, 2, 4],
|
||||
description:
|
||||
'An audiovisual exhibit of a poem by the same name. I recorded myself reciting the poem, and parsed a subtitle track to sync it with the audio. Objects in the scene are reactive to the audio as well.'
|
||||
},
|
||||
@@ -70,7 +70,7 @@
|
||||
title: 'Sure Dog',
|
||||
path: 'https://sure.dog/',
|
||||
source: 'https://git.silentsilas.com/silentsilas/sure',
|
||||
position: [0, 8, 0],
|
||||
position: [0, 6, 0],
|
||||
description:
|
||||
'Similar to Intended Link, this is a service to securely share information to others without needing an account. Instead, you send a link to whom you wish to request information from, and they can send back a link with the information you requested that only your device can view thanks to the magic of Public Key Cryptography.'
|
||||
}
|
||||
@@ -141,16 +141,6 @@
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.canvas {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: rgb(0, 36, 6);
|
||||
background: linear-gradient(180deg, rgba(0, 36, 6, 1) 0%, rgba(0, 0, 0, 1) 100%);
|
||||
position: absolute;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.close-button {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
Reference in New Issue
Block a user