mirror of
https://github.com/zedeus/nitter
synced 2026-09-06 07:09:31 +00:00
Search progress
This commit is contained in:
parent
f707826241
commit
4c748b61a5
9 changed files with 227 additions and 47 deletions
|
|
@ -88,6 +88,10 @@ input[type="text"] {
|
|||
}
|
||||
}
|
||||
|
||||
.pref-group {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.preferences {
|
||||
button {
|
||||
margin: 6px 0 3px 0;
|
||||
|
|
@ -103,6 +107,10 @@ input[type="text"] {
|
|||
max-width: 120px;
|
||||
}
|
||||
|
||||
.pref-group {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.pref-input {
|
||||
position: relative;
|
||||
margin-bottom: 6px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue