Fix right arrow size for crate filter

This commit is contained in:
Guillaume Gomez 2018-12-08 16:35:51 +01:00
parent 118e052d84
commit bbc2654830

View file

@ -641,7 +641,7 @@ a {
text-overflow: "";
background-repeat: no-repeat;
background-color: transparent;
background-size: 16%;
background-size: 20px;
background-position: calc(100% - 1px) 56%;
}
.search-container > .top-button {