Joffrey Thomas commited on
Commit
a3a3065
·
1 Parent(s): b0e694e

button color

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -299,7 +299,7 @@ def build_street_html(image_url: str) -> str:
299
  <div id="image-container" style="position:relative;max-width:960px;margin:0 auto;">
300
  <div id="fullscreen-wrapper" style="position:relative; background-color: #000;">
301
  <img id="street-image" src="__IMG_URL__" style="width:100%;height:auto;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,0.1);display:block;" />
302
- <button id="fullscreen-btn" title="Toggle Fullscreen" style="position:absolute;top:10px;right:10px;z-index:10;background:rgba(0,0,0,0.5);border:none;color:white;padding:8px;border-radius:4px;cursor:pointer;line-height:0;">
303
  <!-- SVG icon will be injected by JS -->
304
  </button>
305
  </div>
 
299
  <div id="image-container" style="position:relative;max-width:960px;margin:0 auto;">
300
  <div id="fullscreen-wrapper" style="position:relative; background-color: #000;">
301
  <img id="street-image" src="__IMG_URL__" style="width:100%;height:auto;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,0.1);display:block;" />
302
+ <button id="fullscreen-btn" title="Toggle Fullscreen" style="position:absolute;top:10px;right:10px;z-index:10;background:#f97316;border:none;color:white;padding:8px;border-radius:4px;cursor:pointer;line-height:0;">
303
  <!-- SVG icon will be injected by JS -->
304
  </button>
305
  </div>