diff options
author | James Taylor <user234683@users.noreply.github.com> | 2018-08-31 16:23:19 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2018-08-31 16:23:19 -0700 |
commit | ebfe58e6cbc866c5e2dc4876a6b5868837d504b3 (patch) | |
tree | 3de4d65fd73349963a1aca6a9e410fde23ded8c2 /yt_watch_template.html | |
parent | 6980d93107354a8c075030a7bda4c3870449163b (diff) | |
download | yt-local-ebfe58e6cbc866c5e2dc4876a6b5868837d504b3.tar.lz yt-local-ebfe58e6cbc866c5e2dc4876a6b5868837d504b3.tar.xz yt-local-ebfe58e6cbc866c5e2dc4876a6b5868837d504b3.zip |
Ability to reply to comments
Diffstat (limited to 'yt_watch_template.html')
-rw-r--r-- | yt_watch_template.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/yt_watch_template.html b/yt_watch_template.html index 2e993f8..581b7f0 100644 --- a/yt_watch_template.html +++ b/yt_watch_template.html @@ -95,6 +95,9 @@ grid-row:10; grid-column: 1; justify-self:start; + margin-top: 10px; + background-color: #d0d0d0; + padding: 2px; } .full-item .comments{ grid-column: 1 / span 2; |