File tree Expand file tree Collapse file tree 2 files changed +6
-11
lines changed Expand file tree Collapse file tree 2 files changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -202,9 +202,7 @@ export const Block: React.FC<Block> = props => {
202202 </ div >
203203 </ div >
204204 < div >
205- < div >
206- < img src = { blockValue . format . bookmark_cover } />
207- </ div >
205+ < img src = { blockValue . format . bookmark_cover } />
208206 </ div >
209207 </ div >
210208 </ a >
Original file line number Diff line number Diff line change @@ -320,20 +320,17 @@ h3 {
320320 position : relative;
321321}
322322
323- .notion-bookmark-inner > div : last-child > div {
324- position : absolute;
325- top : 0px ;
326- left : 0px ;
327- right : 0px ;
328- bottom : 0px ;
329- }
330-
331323.notion-bookmark-inner > div : last-child img {
332324 display : block;
333325 object-fit : cover;
334326 border-radius : 1px ;
335327 width : 100% ;
336328 height : 100% ;
329+ position : absolute;
330+ top : 0px ;
331+ left : 0px ;
332+ right : 0px ;
333+ bottom : 0px ;
337334}
338335
339336@media (max-width : 640px ) {
You can’t perform that action at this time.
0 commit comments