fix touch device link sharing in Firefox
This commit is contained in:
parent
1e29f6cbe9
commit
3bad0e3a33
|
@ -12,9 +12,12 @@
|
||||||
&.visible {
|
&.visible {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
input[type=text], .share-for-touch .overflow-ellipsis {
|
input[type=text] {
|
||||||
width: 96%;
|
width: 96%;
|
||||||
}
|
}
|
||||||
|
.share-for-touch .overflow-ellipsis {
|
||||||
|
clear: both;
|
||||||
|
}
|
||||||
.share-for-touch {
|
.share-for-touch {
|
||||||
margin: 14px 0;
|
margin: 14px 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue