diff options
author | James Taylor <user234683@users.noreply.github.com> | 2018-07-09 03:05:39 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2018-07-09 03:05:39 -0700 |
commit | cdb7dbab557f866b7c9d0d831f2581cbe26b4a3e (patch) | |
tree | a72dc344aec9be503397773349bbb1ab7f5ecf77 /youtube | |
parent | 1fa66ffb0f6d7bec16faab45d9551f94cb662d4d (diff) | |
download | yt-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.css | 3 |
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; |