Des images en plus grand pour une meilleure visibilité
Sportograf - images en grand by Mityno
Details
AuthorMityno
LicenseNo License
Categorywww.sportograf.com
Created
Updated
Size708 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Sportograf - images en grand
@version 20240709.10.14
@namespace ?
==/UserStyle== */
@-moz-document domain("www.sportograf.com") {
.secondary-new, .protection-overlay {
display: none;
}
.thumbnail-preview-dialog-paper {
max-width: none;
}
.thumbnail-preview-remove-scroll {
margin: auto;
}
.react-slick-inner div {
height: 100vh;
}
.thumbnail-preview-slider-container, .image {
width: 80vw;
}
.react-slick-inner img {
top: auto;
-webkit-transform: none;
transform: none;
}
.thumbnail-preview-details-controller {
bottom: 6px;
}
.col-sm-7 {
display: none;
}
.thumbnail-preview-shortInfo:last-child {
margin-bottom: 0px;
}
}