mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-30 01:21:36 +01:00
Remove new lines from newline-separated hashtag stuffing
Uses even less vertical space
This commit is contained in:
parent
cb36308790
commit
d478dbddba
1 changed files with 9 additions and 0 deletions
|
@ -958,6 +958,15 @@ body:has(#modal-container .carousel) .status .media img:hover {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
|
||||||
|
/* Convert breaks to spaces */
|
||||||
|
br {
|
||||||
|
display: none;
|
||||||
|
|
||||||
|
+ * {
|
||||||
|
margin-left: 1ex;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.status:not(.large) .hashtag-stuffing:first-child {
|
.status:not(.large) .hashtag-stuffing:first-child {
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
|
|
Loading…
Add table
Reference in a new issue