Plugin Directory

Changeset 2958605


Ignore:
Timestamp:
08/26/2023 12:56:06 PM (3 years ago)
Author:
mukulwp
Message:

fix css issues

Location:
easy-video-call/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • easy-video-call/trunk/assets/public/css/evcmain.css

    r2958596 r2958605  
    1010    padding: 20px;
    1111    display: none;
     12    width: 100%;
    1213}
    1314
     
    2728    display:grid;
    2829    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    29     height: 1vh;
     30    height: 60vh!important;
    3031    width: 1400px;
    3132    margin:0 auto;
     
    6667    }
    6768}
     69
     70@media screen and (max-width:580px){
     71    #video-streams{
     72     height: 40vh;
     73   }
     74}
  • easy-video-call/trunk/easy-video-call.php

    r2958596 r2958605  
    44Plugin URI: https://getwebexperts.com/easy-video-call
    55Description: Easy Video Call is a simple plugin for making video call easily. To display the video call option simply add this [easy-video-call] shortcode inside your desired location.
    6 Version: 1.0.4
     6Version: 1.0.5
    77Author: Get Web Experts
    88Author URI: https://getwebexperts.com/
  • easy-video-call/trunk/readme.txt

    r2958596 r2958605  
    55Requires at least: 4.7
    66Tested up to: 6.3.0
    7 Stable tag: 1.0.4
     7Stable tag: 1.0.5
    88Requires PHP: 7.0
    99License: GPLv2 or later
Note: See TracChangeset for help on using the changeset viewer.