mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 06:46:08 -06:00
#1447 [arabam-theme] 3 pages improvments
This commit is contained in:
parent
da0847346f
commit
aa3403ccc5
@ -47,8 +47,6 @@
|
|||||||
|
|
||||||
/* Mobile filter */
|
/* Mobile filter */
|
||||||
.mobile-list-action {
|
.mobile-list-action {
|
||||||
margin-left: -30px;
|
|
||||||
margin-right: -30px;
|
|
||||||
border: 1px solid #dee2e68a;
|
border: 1px solid #dee2e68a;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -76,6 +74,10 @@
|
|||||||
background: #c9c9c9;
|
background: #c9c9c9;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mobile-list-action div:last-child a:after {
|
||||||
|
content: none;
|
||||||
|
}
|
||||||
|
|
||||||
.mobile-list-action i {
|
.mobile-list-action i {
|
||||||
font-size: 19px;
|
font-size: 19px;
|
||||||
color: #a1a1a1;
|
color: #a1a1a1;
|
||||||
|
|||||||
@ -144,7 +144,7 @@ $('.set_category').on('click', function () {
|
|||||||
});
|
});
|
||||||
|
|
||||||
// Move filter on small screen
|
// Move filter on small screen
|
||||||
$(window).resize(function() {
|
$(window).on("load resize", function () {
|
||||||
const width = (window.innerWidth > 0) ? window.innerWidth : screen.width;
|
const width = (window.innerWidth > 0) ? window.innerWidth : screen.width;
|
||||||
if (width <= 575) {
|
if (width <= 575) {
|
||||||
const detach = $('#listFilterForm').detach();
|
const detach = $('#listFilterForm').detach();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user