aboutsummaryrefslogtreecommitdiffstats
path: root/youtube
diff options
context:
space:
mode:
authorJames Taylor <user234683@users.noreply.github.com>2018-07-09 03:05:39 -0700
committerJames Taylor <user234683@users.noreply.github.com>2018-07-09 03:05:39 -0700
commitcdb7dbab557f866b7c9d0d831f2581cbe26b4a3e (patch)
treea72dc344aec9be503397773349bbb1ab7f5ecf77 /youtube
parent1fa66ffb0f6d7bec16faab45d9551f94cb662d4d (diff)
downloadyt-local-cdb7dbab557f866b7c9d0d831f2581cbe26b4a3e.tar.lz
yt-local-cdb7dbab557f866b7c9d0d831f2581cbe26b4a3e.tar.xz
yt-local-cdb7dbab557f866b7c9d0d831f2581cbe26b4a3e.zip
small adjustment to related videos title line height
Diffstat (limited to 'youtube')
-rw-r--r--youtube/shared.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/youtube/shared.css b/youtube/shared.css
index 12c1bb6..8db482e 100644
--- a/youtube/shared.css
+++ b/youtube/shared.css
@@ -264,7 +264,8 @@ address{
min-width: 0;
overflow:hidden;
- max-height: 3.6em;
+ max-height: 3.3em;
+ line-height: 1.1em;
}
.small-item address{
grid-column: 2;