Small styling fix for the controls bar

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2022-08-20 12:19:52 +02:00
parent f072b06b81
commit 49acc1a88f
3 changed files with 40 additions and 16 deletions

View File

@@ -380,7 +380,7 @@ export default {
<style lang="scss" scoped>
.controls {
display: flex;
padding: 3px;
margin: 5px;
height: 44px;
padding-left: 44px;
@@ -431,6 +431,9 @@ export default {
}
.deck-search {
display: flex;
align-items: center;
justify-content: center;
input[type=search] {
background-position: 5px;
padding-left: 24px;