Add experimental user search parser

This commit is contained in:
Zed
2022-01-26 20:27:11 +01:00
parent 49a2fbb070
commit 4738ec3385
8 changed files with 74 additions and 33 deletions

View File

@@ -42,12 +42,16 @@
top: 50px;
}
.profile-result .username {
margin: 0 !important;
}
.profile-result {
min-height: 54px;
.profile-result .tweet-header {
margin-bottom: unset;
.username {
margin: 0 !important;
}
.tweet-header {
margin-bottom: unset;
}
}
@media(max-width: 700px) {