mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
parent
ccb50b56e5
commit
cfd31905dd
@ -14,7 +14,7 @@ export default function Blockies({
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<img
|
<img
|
||||||
className={`${styles.blockies} ${className || ''}`}
|
className={`${className || ''} ${styles.blockies} `}
|
||||||
src={blockies}
|
src={blockies}
|
||||||
alt="Blockies"
|
alt="Blockies"
|
||||||
aria-hidden="true"
|
aria-hidden="true"
|
||||||
|
@ -16,10 +16,13 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Sledgehammer !important cause Next.js reordering of styles is clashing with
|
||||||
|
our Blockies implementation.
|
||||||
|
See https://github.com/oceanprotocol/market/issues/1143 */
|
||||||
.imageWrap,
|
.imageWrap,
|
||||||
.image {
|
.image {
|
||||||
width: 96px;
|
width: 96px !important;
|
||||||
height: 96px;
|
height: 96px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.imageWrap {
|
.imageWrap {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user