Improved search icon sizes for mobile

This commit is contained in:
nogafam.es Admin 2021-10-25 01:54:40 +02:00
parent ff4c5b6c38
commit 9493fd5c27
1 changed files with 4 additions and 4 deletions

View File

@ -4540,7 +4540,7 @@ a.status-card.compact:hover {
background: none !important;
border: none !important;
display: block;
padding: 15px;
padding: 22px 15px;
padding-right: 30px;
line-height: 18px;
font-size: 16px;
@ -4587,9 +4587,9 @@ a.status-card.compact:hover {
opacity: 0;
transition: all 100ms linear;
transition-property: transform, opacity;
font-size: 18px;
width: 18px;
height: 18px;
font-size: 2em;
width: auto;
height: auto;
color: $secondary-text-color;
cursor: default;
pointer-events: none;