Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: static/css/textpattern.css

Issue 29760667: Noissue - Adjustments to video component for blog (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Created April 24, 2018, 3:52 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« static/css/main.css ('K') | « static/css/main.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
+}
« static/css/main.css ('K') | « static/css/main.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld