mirror of
https://github.com/flarum/framework.git
synced 2025-01-20 02:32:45 +08:00
Realign tags in discussion list
This commit is contained in:
parent
71850db995
commit
26483cc0c5
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user