mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-09-02 09:11:56 +00:00
Follow suggestion behavior changed for better UX
This commit is contained in:
parent
ee457e1d8c
commit
0e2d735b31
@ -669,8 +669,7 @@ textarea.splited-post {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
letter-spacing: 0px;
|
letter-spacing: 0px;
|
||||||
}
|
}
|
||||||
.twister-user-remove
|
.twister-user-remove{
|
||||||
{
|
|
||||||
float: right;
|
float: right;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
@ -682,10 +681,10 @@ textarea.splited-post {
|
|||||||
top: 0;
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
font-size: 120%;
|
font-size: 120%;
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
.twister-user-remove:hover
|
.twister-user:hover .twister-user-remove{
|
||||||
{
|
display: inline-block;
|
||||||
opacity: 1;
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
.follow
|
.follow
|
||||||
|
Loading…
x
Reference in New Issue
Block a user