Plugin Directory

Changeset 2541388


Ignore:
Timestamp:
06/02/2021 03:02:51 PM (5 years ago)
Author:
badprle
Message:

Popup 4 responsive style updated

Location:
emitto
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • emitto/readme.txt

    r2538724 r2541388  
    44Plugin URI:   https://emitto.io/
    55Author:       https://producthive.io/
    6 Version:      2.1.8
     6Version:      2.1.9
    77Text Domain:  Emitto
    88License:      GPL v2 or later
  • emitto/trunk/emitto.php

    r2538724 r2541388  
    55Plugin URI:  https://producthive.io
    66Author:      https://producthive.io
    7 Version:     2.1.8
     7Version:     2.1.9
    88This program is free software: you can redistribute it and/or modify
    99    it under the terms of the GNU General Public License as published by
  • emitto/trunk/includes/emitto-functions.php

    r2538724 r2541388  
    99}
    1010//Emitto - Core Functionality
    11 define( 'MY_PLUGIN_VERSION', '2.1.8' );
     11define( 'MY_PLUGIN_VERSION', '2.1.9' );
    1212
    1313
  • emitto/trunk/public/popup.css

    r2530337 r2541388  
    292292}
    293293
     294@media only screen and (max-width: 700px) {
     295    #popup-4 {
     296        width: 400px;
     297    }
     298
     299    #popup-4 .logo-text-container .main-text {
     300        font-size: 14px;
     301    }
     302
     303    #popup-4 .logo-text-container .sub-text {
     304        font-size: 12px;
     305    }
     306}
     307
    294308#popup-4 .dont-show {
    295309    margin: 0;
  • emitto/trunk/readme.txt

    r2538724 r2541388  
    44Plugin URI:   https://emitto.io/
    55Author:       https://producthive.io/
    6 Version:      2.1.8
     6Version:      2.1.9
    77Text Domain:  Emitto
    88License:      GPL v2 or later
Note: See TracChangeset for help on using the changeset viewer.