Better padding for filters on mobile.

This commit is contained in:
mateuswetah 2023-11-27 10:29:10 -03:00
parent 96b84f1392
commit cb25b3d893
6 changed files with 7 additions and 7 deletions

View File

@ -3,7 +3,7 @@ Author: tainacan
Contributors: wetah, vnmedeiros, leogermani, tainacan Contributors: wetah, vnmedeiros, leogermani, tainacan
Tags: museums, libraries, archives, GLAM, collections, repository, tainacan, blocksy Tags: museums, libraries, archives, GLAM, collections, repository, tainacan, blocksy
Requires at least: 5.9 Requires at least: 5.9
Tested up to: 6.4 Tested up to: 6.4.1
Requires PHP: 7.0 Requires PHP: 7.0
Stable tag: 0.3.0 Stable tag: 0.3.0
License: GPLv2 or later License: GPLv2 or later

View File

@ -57,7 +57,7 @@
padding: 16px 10px 16px 0px !important; padding: 16px 10px 16px 0px !important;
@media screen and (max-width: 768px){ @media screen and (max-width: 768px){
padding: 16px 10px 16px 12vw; padding: 16px 16px 16px 6vw !important;
background-color: var(--background-color, var(--backgroundColor, #f8f9fb)); background-color: var(--background-color, var(--backgroundColor, #f8f9fb));
} }

View File

@ -86,7 +86,7 @@
@media screen and (max-width: 768px) { @media screen and (max-width: 768px) {
.theme-items-list #filters-modal .modal-content { .theme-items-list #filters-modal .modal-content {
padding: 16px 10px 16px 12vw; padding: 16px 16px 16px 6vw !important;
background-color: var(--background-color, var(--backgroundColor, #f8f9fb)); background-color: var(--background-color, var(--backgroundColor, #f8f9fb));
} }
} }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long