mirror of
https://github.com/flarum/core.git
synced 2025-08-21 15:52:44 +02:00
Realign tags in discussion list
This commit is contained in:
@@ -39,12 +39,13 @@
|
|||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 80px;
|
right: 80px;
|
||||||
top: 23px;
|
top: 14px;
|
||||||
max-width: 150px;
|
max-width: 150px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
transition: max-width 0.2s ease-in-out, -webkit-mask-image 0.2s;
|
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);
|
-webkit-mask-image: linear-gradient(to right, rgba(0,0,0,1) 140px, rgba(0,0,0,0) 150px);
|
||||||
|
font-size: 12px;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
max-width: 400px;
|
max-width: 400px;
|
||||||
|
Reference in New Issue
Block a user