mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Add user search
This commit is contained in:
parent
eeae28da0c
commit
30bab22dae
16 changed files with 211 additions and 66 deletions
|
|
@ -43,6 +43,14 @@
|
|||
top: 50px;
|
||||
}
|
||||
|
||||
.profile-result .username {
|
||||
margin: 0 !important;
|
||||
}
|
||||
|
||||
.profile-result .tweet-header {
|
||||
margin-bottom: unset;
|
||||
}
|
||||
|
||||
@media(max-width: 600px) {
|
||||
.profile-tabs {
|
||||
width: 100vw;
|
||||
|
|
|
|||
Loading…
Reference in a new issue