Update Controls.vue

Add padding to filter popup.
This commit is contained in:
Flamenco
2020-10-09 09:36:59 -04:00
committed by GitHub
parent eddacc0509
commit 905f32e229

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 {