Clean up styling a bit.

This commit is contained in:
Shpuld Shpuldson 2017-06-16 10:15:10 +03:00
parent 81d262af42
commit b24b891c1c

View file

@ -122,7 +122,6 @@
.autocomplete-panel { .autocomplete-panel {
margin: 0 0.5em 0 0.5em; margin: 0 0.5em 0 0.5em;
padding: 0.25em 0.45em 0 0.45em;
border-radius: 5px; border-radius: 5px;
position: absolute; position: absolute;
z-index: 1; z-index: 1;
@ -132,17 +131,16 @@
.autocomplete { .autocomplete {
cursor: pointer; cursor: pointer;
padding: 0.2em 0 0.2em 0; padding: 0.2em 0.4em 0.2em 0.4em;
margin: 0.1em 0 0.1em 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.4); border-bottom: 1px solid rgba(0, 0, 0, 0.4);
display: flex; display: flex;
img { img {
width: 22px; width: 24px;
height: 22px; height: 24px;
border-radius: 2px; border-radius: 2px;
} }
span { span {
line-height: 20px; line-height: 24px;
margin: 0 0.1em 0 0.2em; margin: 0 0.1em 0 0.2em;
} }
small { small {