Realign tags in discussion list

This commit is contained in:
Toby Zerner 2018-02-06 17:24:09 +10:30
parent 71850db995
commit 26483cc0c5

View File

@ -39,12 +39,13 @@
margin-right: 0;
position: absolute;
right: 80px;
top: 23px;
top: 14px;
max-width: 150px;
white-space: nowrap;
overflow: hidden;
transition: max-width 0.2s ease-in-out, -webkit-mask-image 0.2s;
-webkit-mask-image: linear-gradient(to right, rgba(0,0,0,1) 140px, rgba(0,0,0,0) 150px);
font-size: 12px;
&:hover {
max-width: 400px;