This commit is contained in:
@@ -32,6 +32,14 @@
|
||||
<!-- Top-right controls -->
|
||||
<div class="fixed top-5 right-5 flex items-center gap-2 z-20">
|
||||
|
||||
<!-- Fog toggle -->
|
||||
<button id="fog-btn" title="Toggle atmosphere fog"
|
||||
class="flex items-center justify-center w-10 h-10 md:w-8 md:h-8 bg-surface-900/90 backdrop-blur-sm border border-gray-700 hover:border-gray-600 text-gray-400 hover:text-white rounded-xl transition-all">
|
||||
<svg class="w-4 h-4" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.75">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" d="M2.25 15a4.5 4.5 0 004.5 4.5H18a3.75 3.75 0 001.332-7.257 3 3 0 00-3.758-3.848 5.25 5.25 0 00-10.233 2.33A4.502 4.502 0 002.25 15z" />
|
||||
</svg>
|
||||
</button>
|
||||
|
||||
<!-- Wireframe toggle -->
|
||||
<button id="wireframe-btn" title="Toggle wireframe"
|
||||
class="flex items-center justify-center w-10 h-10 md:w-8 md:h-8 bg-surface-900/90 backdrop-blur-sm border border-gray-700 hover:border-gray-600 text-gray-400 hover:text-white rounded-xl transition-all">
|
||||
|
||||
Reference in New Issue
Block a user