We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7003cc4 commit dfcc34fCopy full SHA for dfcc34f
src/block.tsx
@@ -203,9 +203,7 @@ export const Block: React.FC<Block> = props => {
203
</div>
204
<div>
205
206
- <div>
207
- <img src={blockValue.format.bookmark_cover} />
208
- </div>
+ <img src={blockValue.format.bookmark_cover} />
209
210
211
src/styles.css
@@ -328,11 +328,6 @@ h3 {
328
bottom: 0px;
329
}
330
331
-.notion-bookmark-inner > div:last-child > div > div {
332
- width: 100%;
333
- height: 100%;
334
-}
335
-
336
.notion-bookmark-inner > div:last-child img {
337
display: block;
338
object-fit: cover;
0 commit comments