mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-15 02:24:04 +00:00
fix(search): 🐛 incorrect thumbnail icon width
This commit is contained in:
parent
dc072f4e5b
commit
31042804df
|
@ -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 );
|
||||
|
||||
|
|
Loading…
Reference in a new issue