view sat_templates/templates/bulma/static/call.css @ 364:095bd5b34080

chat: add templates for URL previews
author Goffi <goffi@goffi.org>
date Wed, 28 Jun 2023 10:40:53 +0200
parents c98a0a4a3fd0
children a5a80d761e3e
line wrap: on
line source


.call_box {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
  border: 1px solid #ddd;
  margin-bottom: 15px;
}

#remote_video, #local_video {
  border: 3px solid #eee;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#remote_video {
  position: absolute;
  top: 0;
  left: 0;
}

#local_video {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 30%;
  height: 30%;
}