Remove new lines from newline-separated hashtag stuffing

Uses even less vertical space
pull/228/head
Lim Chee Aun 2023-09-24 18:33:08 +08:00
rodzic cb36308790
commit d478dbddba
1 zmienionych plików z 9 dodań i 0 usunięć

Wyświetl plik

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