aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;