aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/templates/watch.html
diff options
context:
space:
mode:
authorJames Taylor <user234683@users.noreply.github.com>2019-12-20 18:54:24 -0800
committerJames Taylor <user234683@users.noreply.github.com>2019-12-20 18:54:24 -0800
commit0bc2e43822484d573f2c25709aadcc840a4665fb (patch)
tree003d34fe03eb69beccf1c57029cf42c006501da8 /youtube/templates/watch.html
parenta9f67d4630319b9644af5802e7a908abcf9449be (diff)
downloadyt-local-0bc2e43822484d573f2c25709aadcc840a4665fb.tar.lz
yt-local-0bc2e43822484d573f2c25709aadcc840a4665fb.tar.xz
yt-local-0bc2e43822484d573f2c25709aadcc840a4665fb.zip
Watch: Add border around badges such as unlisted badge
Especially for the light theme
Diffstat (limited to 'youtube/templates/watch.html')
-rw-r--r--youtube/templates/watch.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/youtube/templates/watch.html b/youtube/templates/watch.html
index a06e895..f00127b 100644
--- a/youtube/templates/watch.html
+++ b/youtube/templates/watch.html
@@ -87,7 +87,9 @@
display: inline;
margin-right:5px;
background-color: var(--interface-color);
- padding: 2px 5px
+ padding: 2px 5px;
+ border-style: solid;
+ border-width: 1px;
}
.video-info > address{
grid-column: 1;