minor styling updates for metadata

This commit is contained in:
Seyi Adebajo 2018-04-04 15:32:43 -07:00
parent d47f298dbe
commit 2db408cdf1

View File

@ -37,7 +37,7 @@ $avatar-size: 18px;
&__meta { &__meta {
position: absolute; position: absolute;
left: 0; right: 0;
opacity: 0; opacity: 0;
z-index: z(dropdown); z-index: z(dropdown);
} }
@ -93,12 +93,12 @@ $avatar-size: 18px;
box-sizing: border-box; box-sizing: border-box;
color: get-color(black, 0.7); color: get-color(black, 0.7);
cursor: pointer; cursor: pointer;
max-width: 100%; width: 100%;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
padding: item-spacing(0 2); padding: item-spacing(0 2);
text-align: center; display: block;
text-decoration: none; text-decoration: none;
vertical-align: middle; vertical-align: middle;