Update flex properties in custom.scss and sync cache for modified files

This commit is contained in:
2025-03-08 21:56:28 +01:00
parent db0930e178
commit 4c6a2e1e22
4 changed files with 16 additions and 12 deletions

View File

@@ -36,9 +36,9 @@
"cgi-bin": {}, "cgi-bin": {},
"cron-products.php": { "cron-products.php": {
"type": "-", "type": "-",
"size": 1277, "size": 1320,
"lmtime": 0, "lmtime": 0,
"modified": false "modified": true
}, },
".DS_Store": { ".DS_Store": {
"type": "-", "type": "-",
@@ -152,9 +152,9 @@
}, },
"wp-config.php": { "wp-config.php": {
"type": "-", "type": "-",
"size": 3724, "size": 3677,
"lmtime": 0, "lmtime": 0,
"modified": false "modified": true
}, },
"wp-config-sample.php": { "wp-config-sample.php": {
"type": "-", "type": "-",
@@ -195,20 +195,20 @@
"css": { "css": {
"custom.css": { "custom.css": {
"type": "-", "type": "-",
"size": 6794, "size": 9454,
"lmtime": 1731417918502, "lmtime": 1741250182596,
"modified": false "modified": false
}, },
"custom.css.map": { "custom.css.map": {
"type": "-", "type": "-",
"size": 10515, "size": 13024,
"lmtime": 1731417918502, "lmtime": 1741250182596,
"modified": false "modified": false
}, },
"custom.scss": { "custom.scss": {
"type": "-", "type": "-",
"size": 7588, "size": 9821,
"lmtime": 1731417918009, "lmtime": 1741250182366,
"modified": false "modified": false
}, },
"dynamic-assets": {}, "dynamic-assets": {},

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -558,11 +558,15 @@ body.tax-product_cat {
} }
.wpfMainWrapper { .wpfMainWrapper {
flex-wrap: nowrap;
>div:first-child { >div:first-child {
padding-left: 0 !important; padding-left: 0 !important;
} }
@media (min-width:768px) { @media (min-width:768px) {
flex-wrap: wrap;
.wpfFilterButtons { .wpfFilterButtons {
text-align: right; text-align: right;
} }