💥 TRENDING: Changeset/ - Complete Album!

Changeset 3116570


Ignore:
Timestamp:
07/11/2024 03:57:33 PM (18 months ago)
Author:
mrwweb
Message:

Update to version 1.1.0 from GitHub

Location:
enhanced-embed-block
Files:
8 added
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • enhanced-embed-block/tags/1.1.0/css/lite-youtube-custom.css

    r3095750 r3116570  
    66*/
    77lite-youtube {
    8     display: block; /* required for layout if JS fails to load */
    9     padding-bottom: 0; /* remove old method of aspect ratio */
    10     aspect-ratio: 16/9;
     8    display: block !important; /* required for layout if JS fails to load */
     9    padding-bottom: 0 !important; /* remove old method of aspect ratio */
     10    aspect-ratio: 16/9 !important;
    1111}
    1212
    1313.lite-youtube-fallback {
    14     display: flex;
    15     flex-direction: column;
    16     justify-content: center;
    17     align-items: center;
    18     text-align: center;
    19     gap: 5%;
    20     aspect-ratio: 16/9;
    21     padding: 5%;
    22     background-color: #000;
    23     text-decoration: none;
    24     transition: opacity 0.15s ease-in-out;
    25     opacity: 0.85;
     14    --eeb-fallback-background: #000;
     15
     16    display: flex !important;
     17    flex-direction: column !important;
     18    justify-content: center !important;
     19    align-items: center !important;
     20    text-align: center !important;
     21    gap: 5% !important;
     22    aspect-ratio: 16/9 !important;
     23    padding: 5% !important;
     24    background-color: var(--eeb-fallback-background) !important;
     25    text-decoration: none !important;
     26    transition: opacity 0.15s ease-in-out !important;
    2627}
    2728
    2829.lite-youtube-fallback:hover {
    29     opacity: 1;
     30    text-decoration: underline !important;
     31}
     32.lite-youtube-fallback:hover::before {
     33    transform: scale(1.1) !important;
     34}
     35