Making WordPress.org

Ticket #7878: plugin-screenshot-gallery.patch

File plugin-screenshot-gallery.patch, 1.1 KB (added by iambherulal, 6 weeks ago)
  • wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024/client/components/plugin/_sections-image-gallery.scss

    diff --git a/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024/client/components/plugin/_sections-image-gallery.scss b/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024/client/components/plugin/_sections-image-gallery.scss
    index c952ecc..da0ea40 100644
    a b $ig-background-black: rgba(0, 0, 0, .4) !default; 
    4141        }
    4242
    4343        .image-gallery-left-nav {
    44                 left: 0;
     44                left: 8px;
    4545
    4646                &:before {
    4747                        content: '\f341';
     48                        font-size: 1.5rem;
     49                        background: #3858e9;
     50                        border-radius: 100px;
     51                        padding: 4px;
     52                        color: #fff;
    4853                }
    4954
    5055                &:hover {
    $ig-background-black: rgba(0, 0, 0, .4) !default; 
    5358        }
    5459
    5560        .image-gallery-right-nav {
    56                 right: 0;
     61                right: 8px;
    5762
    5863                &:before {
    5964                        content: '\f345';
     65                        font-size: 1.5rem;
     66                        background: #3858e9;
     67                        border-radius: 100px;
     68                        padding: 4px;
     69                        color: #fff;
    6070                }
    6171
    6272                &:hover {