mirror of
https://github.com/zedeus/nitter
synced 2026-09-06 07:09:31 +00:00
Add location field to search panel
This commit is contained in:
parent
8324508b2c
commit
62df60be78
7 changed files with 73 additions and 22 deletions
|
|
@ -42,12 +42,16 @@ input::-webkit-datetime-edit-year-field:focus {
|
|||
}
|
||||
|
||||
.date-range {
|
||||
display: block;
|
||||
.date-input {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.icon-container {
|
||||
margin-left: -22px;
|
||||
margin-right: 4px;
|
||||
pointer-events: none;
|
||||
position: absolute;
|
||||
top: 2px;
|
||||
right: 5px;
|
||||
}
|
||||
|
||||
.search-title {
|
||||
|
|
|
|||
Loading…
Reference in a new issue