Layout: Theater layout: Expand video width across page only as necessary based on length of video
This commit is contained in:
@@ -17,9 +17,12 @@
|
||||
{% if theater_mode %}
|
||||
video{
|
||||
grid-column: 1 / span 5;
|
||||
width: 100%;
|
||||
justify-self: center;
|
||||
max-width: 100%;
|
||||
width: {{ theater_video_target_width }}px;
|
||||
max-height: {{ video_height }}px;
|
||||
margin-bottom: 10px;
|
||||
background-color: #bcbcbc;
|
||||
}
|
||||
.related-videos-outer{
|
||||
grid-row: 2 /span 3;
|
||||
|
||||
Reference in New Issue
Block a user