diff options
author | James Taylor <user234683@users.noreply.github.com> | 2018-07-30 16:32:56 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2018-07-30 16:32:56 -0700 |
commit | dc5606e54908be93a717f776e77931d26fdd600a (patch) | |
tree | 520b32402fdec53a7e4d48014e5e20d7df103ad3 /youtube/shared.css | |
parent | a28b81bfafe46dd01d67ca62a8c59c3922ae3fd7 (diff) | |
download | yt-local-dc5606e54908be93a717f776e77931d26fdd600a.tar.lz yt-local-dc5606e54908be93a717f776e77931d26fdd600a.tar.xz yt-local-dc5606e54908be93a717f776e77931d26fdd600a.zip |
justify uploader url to start so it doesn't span outside text
Diffstat (limited to 'youtube/shared.css')
-rw-r--r-- | youtube/shared.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/youtube/shared.css b/youtube/shared.css index fc8084d..f99baa1 100644 --- a/youtube/shared.css +++ b/youtube/shared.css @@ -253,6 +253,7 @@ address{ .medium-item .title{ grid-column:2 / span 2; grid-row:1; + justify-self:start; min-width: 0; max-height:3.6em; overflow:hidden; @@ -327,6 +328,7 @@ address{ font-weight: 500; text-decoration:initial; min-width: 0; + justify-self:start; overflow:hidden; max-height: 3.3em; |