aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/static/shared.css
diff options
context:
space:
mode:
authorJames Taylor <user234683@users.noreply.github.com>2019-08-24 18:25:37 -0700
committerJames Taylor <user234683@users.noreply.github.com>2019-08-24 18:25:37 -0700
commit69e64f726eef1c92b8b5d50c8822afdc1cde2134 (patch)
tree225e01cd14182df132da7c857fbd3b14e18dbf65 /youtube/static/shared.css
parent9f67a970c602f82a761b90587033d9beaf7c122b (diff)
downloadyt-local-69e64f726eef1c92b8b5d50c8822afdc1cde2134.tar.lz
yt-local-69e64f726eef1c92b8b5d50c8822afdc1cde2134.tar.xz
yt-local-69e64f726eef1c92b8b5d50c8822afdc1cde2134.zip
Layout: Prevent long author name from overflowing in items with vertical stats
Diffstat (limited to 'youtube/static/shared.css')
-rw-r--r--youtube/static/shared.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/youtube/static/shared.css b/youtube/static/shared.css
index db3efef..a4e1960 100644
--- a/youtube/static/shared.css
+++ b/youtube/static/shared.css
@@ -257,6 +257,10 @@ body{
.stats address{
display: inline;
}
+ .vertical-stats li{
+ max-height: 1.3em;
+ overflow: hidden;
+ }
.item-checkbox{
justify-self:start;