mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
Increase the max width and reduce the min width of the feature search field
This commit is contained in:
+2
-2
@@ -598,8 +598,8 @@ button.add-note svg.icon {
|
||||
.search-add .search-wrap {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
min-width: 200px;
|
||||
max-width: 250px;
|
||||
min-width: 150px;
|
||||
max-width: 300px;
|
||||
border-radius: 20px 4px 4px 20px;
|
||||
}
|
||||
.search-add .search-wrap.focused .tooltip {
|
||||
|
||||
Reference in New Issue
Block a user