grg commited on
Commit
a0ebfd5
·
1 Parent(s): dcff9af

Fix min-width env-container

Browse files
Files changed (1) hide show
  1. web_demo/templates/index.html +2 -1
web_demo/templates/index.html CHANGED
@@ -72,6 +72,7 @@
72
 
73
  .env-container {
74
  width: 60%; /* Adjust to desired width */
 
75
  margin-left: 5px;
76
  margin-right: 5px;
77
  margin-bottom: 5px;
@@ -394,7 +395,7 @@
394
 
395
  </div>
396
 
397
- <div class="env-flex" min-width="1000px">
398
  <img id="envImage" src="data:image/jpeg;base64,{{ image_data }}" alt="State of the environment">
399
 
400
  <div id="caretakerBubble" class="bubble">
 
72
 
73
  .env-container {
74
  width: 60%; /* Adjust to desired width */
75
+ min-width: 1000px; /* Adjust to desired width */
76
  margin-left: 5px;
77
  margin-right: 5px;
78
  margin-bottom: 5px;
 
395
 
396
  </div>
397
 
398
+ <div class="env-flex" >
399
  <img id="envImage" src="data:image/jpeg;base64,{{ image_data }}" alt="State of the environment">
400
 
401
  <div id="caretakerBubble" class="bubble">