From 0bc2e43822484d573f2c25709aadcc840a4665fb Mon Sep 17 00:00:00 2001 From: James Taylor Date: Fri, 20 Dec 2019 18:54:24 -0800 Subject: Watch: Add border around badges such as unlisted badge Especially for the light theme --- youtube/templates/watch.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'youtube/templates') 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; -- cgit v1.2.3