From 91ff79a2891c021336ee915ad187fdf841857937 Mon Sep 17 00:00:00 2001 From: Kris Date: Wed, 17 Jan 2018 09:54:09 -0500 Subject: [PATCH] UX: User column heading needs a width --- app/assets/stylesheets/desktop/topic-list.scss | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/app/assets/stylesheets/desktop/topic-list.scss b/app/assets/stylesheets/desktop/topic-list.scss index 33d615f672a..da9528b5b05 100644 --- a/app/assets/stylesheets/desktop/topic-list.scss +++ b/app/assets/stylesheets/desktop/topic-list.scss @@ -90,13 +90,11 @@ td.category { line-height: $line-height-small; } - td.posters { - // we know there are up to 5 avatars of fixed size - // will be overridden by media width queries on narrow displays to 1 avatar's width - width: 146px; - height: 29px; // min-height of td with avatar glow - } + .posters { + // we know there are up to 5 avatars of fixed size + // will be overridden by media width queries on narrow displays to 1 avatar's width + width: 146px; > a { float: left; margin-right: 4px; @@ -105,7 +103,9 @@ } } } - + td.posters { + height: 29px; // min-height of td with avatar glow + } .posters a:first-child .avatar.latest:not(.single) { box-shadow: 0 0 3px 1px desaturate($tertiary-medium, 35%); border: 2px solid desaturate($tertiary-medium, 40%);