diff options
author | James Taylor <user234683@users.noreply.github.com> | 2019-12-20 18:54:24 -0800 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2019-12-20 18:54:24 -0800 |
commit | 0bc2e43822484d573f2c25709aadcc840a4665fb (patch) | |
tree | 003d34fe03eb69beccf1c57029cf42c006501da8 /youtube/templates/watch.html | |
parent | a9f67d4630319b9644af5802e7a908abcf9449be (diff) | |
download | yt-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.html | 4 |
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; |