* fix hugely empty dialog

This commit is contained in:
Seth Call 2016-01-15 14:55:49 -06:00
parent 5e7ba5bd8a
commit e14484164f
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@
#recording-selector-dialog {
height:600px;
max-height:600px;
.dialog-inner {
color:white;
@ -10,6 +10,7 @@
}
.recordings {
min-height:30px;
max-height:450px;
margin-bottom:20px;
overflow-y:auto;