aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/static/comments.css
diff options
context:
space:
mode:
authorJames Taylor <user234683@users.noreply.github.com>2020-10-20 17:48:18 -0700
committerJames Taylor <user234683@users.noreply.github.com>2020-10-20 17:48:18 -0700
commit95f2f027eabdcc4dc3c1a77829bf2bf503ed2939 (patch)
treefcecb8b267206a7c36244864c4cedd57bcdc5072 /youtube/static/comments.css
parentf100685d64f5e93f1ec2a58379a986beb012b482 (diff)
downloadyt-local-95f2f027eabdcc4dc3c1a77829bf2bf503ed2939.tar.lz
yt-local-95f2f027eabdcc4dc3c1a77829bf2bf503ed2939.tar.xz
yt-local-95f2f027eabdcc4dc3c1a77829bf2bf503ed2939.zip
Comments.js: Add open in new tab button under replies as fallback
if xhr request fails
Diffstat (limited to 'youtube/static/comments.css')
-rw-r--r--youtube/static/comments.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/youtube/static/comments.css b/youtube/static/comments.css
index 1c21e73..8509e5d 100644
--- a/youtube/static/comments.css
+++ b/youtube/static/comments.css
@@ -132,6 +132,11 @@ details.replies > summary{
padding-bottom: 0px;
}
+.replies-open-new-tab{
+ display: inline-block;
+ margin-top: 5px;
+}
+
details.replies .comment{
width: 600px;
}