aaurelions commited on
Commit
30102ae
·
verified ·
1 Parent(s): daa1998

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -6
index.html CHANGED
@@ -64,12 +64,8 @@
64
  <div class="w-16 h-16 border-4 border-dashed rounded-full animate-spin border-blue-500"></div>
65
  <p class="mt-4 text-xl tracking-wider text-white">Initializing Viewer...</p>
66
  </div>
67
-
68
- <header class="absolute top-0 left-0 right-0 p-5 z-20 glass-ui rounded-b-xl max-w-sm mx-auto border-b border-x">
69
- <h1 class="text-xl font-bold text-white text-center">Immersive Viewer</h1>
70
- </header>
71
 
72
- <aside id="model-panel" class="side-panel fixed top-0 left-0 h-full w-72 max-w-[80vw] z-30 border-r">
73
  <div class="h-full flex flex-col">
74
  <div class="flex-shrink-0 flex justify-between items-center p-5">
75
  <h2 class="text-xl font-bold text-white">Models</h2>
@@ -84,7 +80,7 @@
84
  <svg class="w-6 h-6 text-white" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h8m-8 6h16" /></svg>
85
  </div>
86
 
87
- <aside id="panorama-panel" class="side-panel fixed top-0 right-0 h-full w-80 max-w-[80vw] z-30 border-l">
88
  <div class="h-full flex flex-col">
89
  <div class="flex-shrink-0 flex justify-between items-center p-5">
90
  <h2 class="text-xl font-bold text-white">Panoramas</h2>
 
64
  <div class="w-16 h-16 border-4 border-dashed rounded-full animate-spin border-blue-500"></div>
65
  <p class="mt-4 text-xl tracking-wider text-white">Initializing Viewer...</p>
66
  </div>
 
 
 
 
67
 
68
+ <aside id="model-panel" class="side-panel fixed top-0 left-0 h-full w-72 max-w-[80vw] z-30">
69
  <div class="h-full flex flex-col">
70
  <div class="flex-shrink-0 flex justify-between items-center p-5">
71
  <h2 class="text-xl font-bold text-white">Models</h2>
 
80
  <svg class="w-6 h-6 text-white" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h8m-8 6h16" /></svg>
81
  </div>
82
 
83
+ <aside id="panorama-panel" class="side-panel fixed top-0 right-0 h-full w-80 max-w-[80vw] z-30">
84
  <div class="h-full flex flex-col">
85
  <div class="flex-shrink-0 flex justify-between items-center p-5">
86
  <h2 class="text-xl font-bold text-white">Panoramas</h2>