Index: static/css/index-desktop.css |
=================================================================== |
--- a/static/css/index-desktop.css |
+++ b/static/css/index-desktop.css |
@@ -11,16 +11,18 @@ |
{ |
width: 1000px; |
} |
#main |
{ |
width: 426px; |
height: auto; |
+ /* Force height to be at least the height of the video/image */ |
juliandoucette
2017/09/17 22:39:02
I'd rather document this in an issue to be fixed t
|
+ min-height: 310px; |
position: relative; |
float: right; |
margin-left: 0px; |
margin-right: 3px; |
margin-bottom: 4px; |
} |
html[dir="rtl"] #main |