mirror of
https://github.com/openvk/openvk
synced 2025-07-07 08:19:49 +03:00
Fix up border in chrome
В фф правда теперь подсказки немного вбиваются в строку поиска, но зато в хроме нормально выглядят
This commit is contained in:
parent
772470dd58
commit
92eca6f86a
1 changed files with 1 additions and 1 deletions
|
@ -2499,7 +2499,7 @@ a.poll-retract-vote {
|
||||||
border-top: 0px;
|
border-top: 0px;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
z-index: 666666;
|
z-index: 666666;
|
||||||
margin-top: -1px;
|
margin-top: -2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.searchTips td
|
.searchTips td
|
||||||
|
|
Loading…
Reference in a new issue