Skip to content

Commit 59bb4e6

Browse files
committed
make notebooks in the list a litthe higher (#487)
1 parent 0178c09 commit 59bb4e6

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

frontend/src/views/HomeView.tsx

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -226,24 +226,22 @@ export default function HomeView() {
226226
<div
227227
className="col-md-3"
228228
style={{
229-
height: "100px",
229+
height: "200px",
230230
overflow: "hidden",
231231
}}
232232
>
233233
<iframe
234234
className="thumbnailIframe"
235235
width="200%"
236-
height="400px"
236+
height="800px"
237237
src={nbPath}
238238
title="display"
239239
scrolling="no"
240240
style={{
241-
border: "none",
241+
border: "1px solid rgba(0, 0, 0, 0.2)",
242242
transform: "scale(0.5)",
243243
transformOrigin: "0 0",
244244
borderRadius: "20px",
245-
boxShadow: "0 3px 8px rgba(0, 0, 0, 0.2)",
246-
margin: "auto",
247245
}}
248246
/>
249247
</div>
@@ -265,7 +263,7 @@ export default function HomeView() {
265263
style={{
266264
border: "none",
267265
position: "absolute",
268-
right: 0,
266+
// right: 0,
269267
bottom: 0,
270268
}}
271269
data-toggle="tooltip"

0 commit comments

Comments
 (0)