1
0
mirror of https://github.com/zedeus/nitter.git synced 2025-12-08 04:55:37 -05:00

Add location field to search panel

This commit is contained in:
Zed
2019-09-19 23:36:21 +02:00
parent 8324508b2c
commit 62df60be78
7 changed files with 73 additions and 22 deletions

View File

@@ -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 {