kopia lustrzana https://github.com/cheeaun/phanpy
Disable snapping for large screen too
rodzic
4fce94e8e7
commit
2479955e79
|
@ -732,7 +732,7 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) {
|
||||||
counter-increment: index;
|
counter-increment: index;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
@media (hover: hover) or (pointer: fine) {
|
@media (hover: hover) or (pointer: fine) or (min-width: 40em) {
|
||||||
.status-carousel ul {
|
.status-carousel ul {
|
||||||
scroll-snap-type: none;
|
scroll-snap-type: none;
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue