fix(search): 🐛 incorrect thumbnail icon width

This commit is contained in:
alistair3149 2023-08-30 10:31:26 -04:00
parent dc072f4e5b
commit 31042804df
No known key found for this signature in database

View file

@ -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;
@ -108,6 +105,7 @@
background-size: cover;
&.citizen-ui-icon {
width: 100%;
height: 60px;
background-color: var( --color-surface-3 );