File tree Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Original file line number Diff line number Diff line change 12
12
</div >
13
13
<div class =" main-middle-container" >
14
14
<Events />
15
- <iframe :src =" visionClientAddress" frameborder =" none" v-if =" showVisionClient"
16
- class =" vision-client" ></iframe >
15
+ <iframe :src =" visionClientAddress"
16
+ frameborder =" none"
17
+ v-if =" showVisionClient"
18
+ class =" vision-client" >
19
+ </iframe >
17
20
<div class =" vision-client" v-show =" !showVisionClient" >
18
21
<p >The vision-client is shown here, if it is running.</p >
19
22
<p >It is expected to run at <a :href =" visionClientAddress" >{{visionClientAddress}}</a ></p >
126
129
flex-wrap : nowrap ;
127
130
justify-content : flex-start ;
128
131
align-content : stretch ;
132
+ align-items : stretch ;
129
133
flex-grow : 1 ;
130
134
}
131
135
136
+ @-moz-document url-prefix() {
137
+ /* CSS-Hack for limiting following style to Firefox only */
138
+ .main-middle-container {
139
+ /* Setting height to 100% in Chrome and Firefox has contradictory effects*/
140
+ height : 100% ;
141
+ }
142
+ }
143
+
132
144
.vision-client {
133
145
flex-grow : 1 ;
134
146
width : 100% ;
151
163
float : left ;
152
164
margin : 0.5em ;
153
165
}
166
+
167
+ iframe {
168
+ border : 0 ;
169
+ width : 100% ;
170
+ height : 100%
171
+ }
154
172
</style >
You can’t perform that action at this time.
0 commit comments