| Index: static/css/index-desktop.css | 
| =================================================================== | 
| --- a/static/css/index-desktop.css | 
| +++ b/static/css/index-desktop.css | 
| @@ -11,16 +11,17 @@ | 
| { | 
| width: 1000px; | 
| } | 
| #main | 
| { | 
| width: 426px; | 
| height: auto; | 
| + min-height: 310px; /* Force height to be at least the height of the video/image */ | 
| 
 
Thomas Greiner
2017/09/15 13:48:30
Coding style: Line length should be 80 characters
 
ire
2017/09/16 09:50:41
Done.
 
 | 
| position: relative; | 
| float: right; | 
| margin-left: 0px; | 
| margin-right: 3px; | 
| margin-bottom: 4px; | 
| } | 
| html[dir="rtl"] #main |