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 (
|
||||
<img
|
||||
className={`${styles.blockies} ${className || ''}`}
|
||||
className={`${className || ''} ${styles.blockies} `}
|
||||
src={blockies}
|
||||
alt="Blockies"
|
||||
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,
|
||||
.image {
|
||||
width: 96px;
|
||||
height: 96px;
|
||||
width: 96px !important;
|
||||
height: 96px !important;
|
||||
}
|
||||
|
||||
.imageWrap {
|
||||
|
Loading…
Reference in New Issue
Block a user