Adjust style for live channel (#463)
This commit is contained in:
parent
263a74bcb6
commit
6f1efb0342
2 changed files with 5 additions and 2 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 %>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue