Skip to content

Commit f6306d3

Browse files
committed
[spalenque] - fix popup pagination style on mobile view
1 parent cb38435 commit f6306d3

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

css/widget-styles.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,3 +375,14 @@
375375
height: 6px;
376376
margin: 0 0 0 2px;
377377
}
378+
379+
@media (max-width: 660px) {
380+
.ossw-search-results .ossw-container {
381+
width: 80%;
382+
left: 10%;
383+
}
384+
385+
.ossw-pagination .ossw-page-link:not(.ossw-active):not(.next) {
386+
display: none !important;
387+
}
388+
}

0 commit comments

Comments
 (0)