Adjust style for live channel (#463)

This commit is contained in:
Ben Halpern 2018-06-20 18:16:56 -04:00 committed by GitHub
parent 263a74bcb6
commit 6f1efb0342
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View file

@ -34,12 +34,15 @@
@media screen and ( min-width: 760px ){
width:300px;
.live-chat{
height: calc(100vh - 134px);
height: 910px;
max-height:920px;
}
}
@media screen and ( min-width: 1200px ){
width:400px;
.live-chat{
height: calc(100vh - 112px);
}
}
}
}

View file

@ -18,7 +18,7 @@
key: "video-upload__#{SecureRandom.hex}",
key_starts_with: "video-upload__",
acl: "public-read",
max_file_size: (current_user.has_role?(:super_admin) ? 10000 : 3500).megabytes,
max_file_size: (current_user.has_role?(:super_admin) ? 15000 : 3500).megabytes,
id: "s3-uploader",
class: "upload-form",
data: {:key => :val} do %>