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

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +0 -12
index.html CHANGED
@@ -69,31 +69,19 @@
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>
72
- <button id="close-model-panel" class="p-1 rounded-full text-gray-400 hover:bg-gray-700 hover:text-white transition-colors">
73
- <svg class="w-6 h-6" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12" /></svg>
74
- </button>
75
  </div>
76
  <div id="model-selector" class="panel-content flex-grow overflow-y-auto px-2 space-y-1 pb-5"></div>
77
  </div>
78
  </aside>
79
- <div id="model-panel-trigger" class="panel-trigger glass-ui fixed top-1/3 left-0 h-20 w-8 z-20 flex items-center justify-center cursor-pointer rounded-r-lg border-t border-r border-b">
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>
87
- <button id="close-panorama-panel" class="p-1 rounded-full text-gray-400 hover:bg-gray-700 hover:text-white transition-colors">
88
- <svg class="w-6 h-6" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12" /></svg>
89
- </button>
90
  </div>
91
  <div id="panorama-gallery" class="panel-content flex-grow overflow-y-auto px-4 grid grid-cols-2 gap-3 pb-5"></div>
92
  </div>
93
  </aside>
94
- <div id="panorama-panel-trigger" class="panel-trigger glass-ui fixed top-1/3 right-0 h-20 w-8 z-20 flex items-center justify-center cursor-pointer rounded-l-lg border-t border-l border-b">
95
- <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 16l4.586-4.586a2 2 0 012.828 0L16 16m-2-2l-1.586-1.586a2 2 0 00-2.828 0L6 14" /></svg>
96
- </div>
97
 
98
  <script type="importmap">{ "imports": { "three": "https://unpkg.com/three@0.160.0/build/three.module.js", "three/addons/": "https://unpkg.com/three@0.160.0/examples/jsm/" } }</script>
99
 
 
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>
 
 
 
72
  </div>
73
  <div id="model-selector" class="panel-content flex-grow overflow-y-auto px-2 space-y-1 pb-5"></div>
74
  </div>
75
  </aside>
 
 
 
76
 
77
  <aside id="panorama-panel" class="side-panel fixed top-0 right-0 h-full w-80 max-w-[80vw] z-30">
78
  <div class="h-full flex flex-col">
79
  <div class="flex-shrink-0 flex justify-between items-center p-5">
80
  <h2 class="text-xl font-bold text-white">Panoramas</h2>
 
 
 
81
  </div>
82
  <div id="panorama-gallery" class="panel-content flex-grow overflow-y-auto px-4 grid grid-cols-2 gap-3 pb-5"></div>
83
  </div>
84
  </aside>
 
 
 
85
 
86
  <script type="importmap">{ "imports": { "three": "https://unpkg.com/three@0.160.0/build/three.module.js", "three/addons/": "https://unpkg.com/three@0.160.0/examples/jsm/" } }</script>
87