mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-16 15:21:48 +03: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;
|
||||
text-overflow: ellipsis;
|
||||
max-width: 100%;
|
||||
|
||||
/* Convert breaks to spaces */
|
||||
br {
|
||||
display: none;
|
||||
|
||||
+ * {
|
||||
margin-left: 1ex;
|
||||
}
|
||||
}
|
||||
}
|
||||
.status:not(.large) .hashtag-stuffing:first-child {
|
||||
display: -webkit-box;
|
||||
|
|
Loading…
Add table
Reference in a new issue