diff --git a/public_html/media/css/post-view.css b/public_html/media/css/post-view.css index 4a871c6f..da0ffb7f 100644 --- a/public_html/media/css/post-view.css +++ b/public_html/media/css/post-view.css @@ -21,6 +21,10 @@ embed { margin: 0; padding: 0; } +#sidebar .tags li { + overflow: hidden; + text-overflow: ellipsis; +} #sidebar .tags li .count { padding-left: 0.5em; color: silver; diff --git a/public_html/media/css/tag-list.css b/public_html/media/css/tag-list.css index 0ae17233..01f86060 100644 --- a/public_html/media/css/tag-list.css +++ b/public_html/media/css/tag-list.css @@ -6,11 +6,17 @@ -moz-column-width: 14em; -webkit-column-width: 14em; } +.tags li a:hover { + opacity: 1 !important; +} .tags li { margin: 0.2em 0.5em; text-align: top; width: 14em; display: inline-block; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; } .form-wrapper { diff --git a/src/Views/post-view.phtml b/src/Views/post-view.phtml index 97ce0e90..721a3462 100644 --- a/src/Views/post-view.phtml +++ b/src/Views/post-view.phtml @@ -29,7 +29,7 @@