increased margin before search field

This commit is contained in:
Andrew
2020-04-07 14:23:11 +03:00
parent 7044162cf4
commit b5a1f615f3

View File

@ -169,6 +169,10 @@ input[type="text"] {
overflow-y: hidden;
}
#selectedHolder > div:last-of-type {
margin-bottom: 14px;
}
#controlsHolder {
border-top: 1px solid #cfcfcf;
padding-top: 15px;