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
|
|
@ -20,6 +20,14 @@
|
|||
display: block;
|
||||
font-weight: bold;
|
||||
margin-bottom: 5px;
|
||||
|
||||
input[type="text"] {
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
button {
|
||||
float: unset;
|
||||
}
|
||||
}
|
||||
|
||||
.tab {
|
||||
|
|
|
|||
Loading…
Reference in a new issue