| Index: static/css/textpattern.css |
| =================================================================== |
| --- a/static/css/textpattern.css |
| +++ b/static/css/textpattern.css |
| @@ -154,8 +154,13 @@ |
| color: #888; |
| } |
| input[type="text"], |
| textarea |
| { |
| border: 1px solid rgb(238, 238, 238); |
| } |
| + |
| +.video-parent |
|
juliandoucette
2018/04/24 15:56:05
This prevents videos from stretching full-width on
juliandoucette
2018/04/24 15:56:44
Detail: I based this width on the default that You
ire
2018/04/25 08:34:33
Ack. But why don't we want the videos stretching f
juliandoucette
2018/04/25 09:56:03
1. They weren't full-width before
2. I think full-
ire
2018/04/25 13:45:33
Thanks! I actually prefer them full-width, I gener
|
| +{ |
| + max-width: 560px; |
| +} |