fix: updating to have proper width (#5304)
updating to have proper width
This commit is contained in:
parent
66a38c8e51
commit
7a6bb369d4
@ -29,6 +29,7 @@ const baseSearchStyle = style([
|
|||||||
const baseSearchNftStyle = style([
|
const baseSearchNftStyle = style([
|
||||||
baseSearchStyle,
|
baseSearchStyle,
|
||||||
{
|
{
|
||||||
|
borderWidth: '2px',
|
||||||
'@media': {
|
'@media': {
|
||||||
[`screen and (min-width: 1024px) and (max-width: 1080px)`]: {
|
[`screen and (min-width: 1024px) and (max-width: 1080px)`]: {
|
||||||
width: `${330}px`,
|
width: `${330}px`,
|
||||||
|
Loading…
Reference in New Issue
Block a user