From fcbd8ebef6f4b3648f9b04cb8b7788fed4aeb719 Mon Sep 17 00:00:00 2001 From: James Taylor Date: Wed, 26 Dec 2018 19:37:15 -0800 Subject: Added account selection to comment boxes --- youtube/comments.css | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) (limited to 'youtube/comments.css') diff --git a/youtube/comments.css b/youtube/comments.css index 79d88c3..5fd9063 100644 --- a/youtube/comments.css +++ b/youtube/comments.css @@ -23,15 +23,29 @@ width: 100%; } +.comment-form{ + display: grid; + align-content: start; + justify-items: start; + align-items: start; +} + #comment-account-options{ + display:grid; + grid-auto-flow: column; + grid-column-gap: 10px; + margin-top:10px; + margin-bottom:10px; + } + #comment-account-options a{ + margin-left:10px; + } + .comments-area{ display:grid; } - .comment-form{ - display:contents; - } .comments-area textarea{ resize: vertical; - margin-top:10px; + justify-self:stretch; } .post-comment-button{ margin-top:10px; -- cgit v1.2.3