1
0
Fork 0
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:
Lim Chee Aun 2023-09-24 18:33:08 +08:00
parent cb36308790
commit d478dbddba

View file

@ -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;