File tree Expand file tree Collapse file tree 1 file changed +16
-22
lines changed
ComputerVisionSamples/Pages Expand file tree Collapse file tree 1 file changed +16
-22
lines changed Original file line number Diff line number Diff line change 164
164
<style >
165
165
.options-container {
166
166
height : 100vh ;
167
- padding : 5 px ;
167
+ padding : 0 ; /* Remove padding from the container */
168
168
background-color : black ;
169
+ margin : 0 ; /* Remove margin from the container */
169
170
}
170
171
171
172
.container {
172
173
display : flex ;
173
174
width : 100% ;
174
- height : 100 vh ;
175
- padding : 5 px ;
175
+ height : 100 % ;
176
+ padding : 0 ; /* Remove padding from the container */
176
177
background-color : black ;
177
178
}
178
179
179
- .container.vertical {
180
- flex-direction : column ; /* Stack vertically */
181
- }
180
+ .container.vertical {
181
+ flex-direction : column ; /* Stack vertically */
182
+ }
182
183
183
- .container.horizontal {
184
- flex-direction : row ; /* Stack horizontally */
185
- }
184
+ .container.horizontal {
185
+ flex-direction : row ; /* Stack horizontally */
186
+ }
186
187
187
188
188
- .video-container {
189
- flex : 1 ;
190
- background-color : black ;
191
- display : flex ;
192
- align-items : center ;
193
- justify-content : center ;
194
- position : relative ;
195
- }
196
-
197
- .output-container {
198
- flex : 1 ;
189
+ .video-container , .output-container {
199
190
background-color : black ;
200
191
display : flex ;
201
192
align-items : center ;
202
193
justify-content : center ;
203
194
position : relative ;
195
+ width : 100% ; /* Ensure both containers take full width */
196
+ margin : 20px 0 ; /* Add vertical margins (top and bottom) */
204
197
}
205
198
206
199
.output-image {
207
200
width : 100% ;
208
- height : 100 % ;
201
+ height : auto ; /* Maintain aspect ratio */
209
202
object-fit : contain ;
210
203
}
211
204
212
205
206
+
213
207
.settings-panel {
214
208
position : absolute ;
215
209
top : 50px ;
228
222
position : absolute ;
229
223
top : 10px ;
230
224
width : 100% ;
231
- padding-right : 50 px ;
225
+ padding-right : 10 px ;
232
226
padding-bottom : 5px ;
233
227
padding-left : 10px ;
234
228
}
You can’t perform that action at this time.
0 commit comments