Skip to content

Commit

Permalink
fix(search): 馃悰 incorrect thumbnail icon width
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 committed Aug 30, 2023
1 parent dc072f4 commit 3104280
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions resources/skins.citizen.search/skins.citizen.search.less
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,7 @@

&-overlay {
position: absolute;
top: 0;
right: var( --height-search-bar ); // clear button
bottom: 0;
left: 0;
inset: 0 var( --height-search-bar ) 0 0; // clear button
display: flex;
align-items: center;
overflow: hidden;
Expand Down Expand Up @@ -108,6 +105,7 @@
background-size: cover;

&.citizen-ui-icon {
width: 100%;
height: 60px;
background-color: var( --color-surface-3 );

Expand Down

0 comments on commit 3104280

Please sign in to comment.