geocode-item centering for rtl

This commit is contained in:
Iman
2019-01-10 14:52:13 +03:30
committed by GitHub
parent 98c08a02ef
commit 7475bcdf2f

View File

@@ -847,6 +847,10 @@ a.hide-toggle {
border-radius: 2px;
}
[dir='rtl'] .geocode-item {
left: -25%;
}
.geocode-item:hover {
background-color: #aaa;
}