Update Controls.vue

Add padding to filter popup.
This commit is contained in:
Flamenco
2020-10-09 09:36:59 -04:00
committed by backportbot[bot]
parent 3b11c5c7ea
commit 8e28f8e67c

View File

@@ -395,6 +395,7 @@ export default {
width: 250px; width: 250px;
max-height: 80vh; max-height: 80vh;
overflow: auto; overflow: auto;
padding: 8px;
} }
.filter h3 { .filter h3 {