Last active
September 7, 2018 09:54
-
-
Save dawidgarus/21ca84385ae574f6453b6d38f13bedc3 to your computer and use it in GitHub Desktop.
Poprawa styli naekranie.pl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.sen-gallery-inline { | |
display: flex !important; | |
flex-direction: column !important; | |
} | |
.sen-gal-header { | |
order: 9999 !important; | |
} | |
.sen-gal-thumbnails { | |
order: 2 !important; | |
} | |
.sen-gal-current-image-title { | |
font-size: 1.2rem !important; | |
} | |
.sen-gal-current-image-description { | |
display: block !important; | |
height: auto !important; | |
} | |
.sen-gal-current-image-description span { | |
font-size: 1rem !important; | |
padding: 0.5rem 1rem !important; | |
overflow: hidden !important; | |
text-overflow: ellipsis !important; | |
white-space: nowrap !important; | |
} | |
.exchanging .sen-gal-current-image { | |
opacity: 1 !important; | |
} | |
.sen-gal-sidebar-custom-content { | |
display: none !important; | |
} | |
.sen-gallery .sen-gal-current-image-frame .sen-gal-btn.sen-gal-image-link-prev:not(:hover), | |
.sen-gallery .sen-gal-current-image-frame .sen-gal-btn.sen-gal-image-link-next:not(:hover) { | |
opacity: 0 !important; | |
} | |
.ne-loader-area { | |
display: none !important; | |
} | |
#rec_intext { | |
display: none !important; | |
} | |
#header-main ~ *:not(.content-container):not(#footer-main):not(#drivers-slider) { | |
display: none !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment