* fix hugely empty dialog
This commit is contained in:
parent
5e7ba5bd8a
commit
e14484164f
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue