fix long link URLs
This commit is contained in:
parent
1ccb1d5eb7
commit
ed068f185b
|
@ -44,6 +44,16 @@
|
||||||
color: var(--very-deemphasized-link-color);
|
color: var(--very-deemphasized-link-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:global(.status-content .invisible) {
|
||||||
|
/* copied from Mastodon */
|
||||||
|
font-size: 0;
|
||||||
|
line-height: 0;
|
||||||
|
display: inline-block;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
position: absolute;
|
||||||
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
<script>
|
<script>
|
||||||
import { replaceAll } from '../../_utils/strings'
|
import { replaceAll } from '../../_utils/strings'
|
||||||
|
|
Loading…
Reference in a new issue