Skip to content

Instantly share code, notes, and snippets.

@dawidgarus
Last active September 7, 2018 09:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dawidgarus/21ca84385ae574f6453b6d38f13bedc3 to your computer and use it in GitHub Desktop.
Save dawidgarus/21ca84385ae574f6453b6d38f13bedc3 to your computer and use it in GitHub Desktop.
Poprawa styli naekranie.pl
.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