Skip to content

Commit

Permalink
fix bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Jun 16, 2022
1 parent 9787ebb commit 4758c4e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions frontend/featured_sources.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export default {
// check out https://github.com/JuliaPluto/pluto-developer-instructions/blob/main/How%20to%20update%20the%20featured%20notebooks.md to learn more
sources: [
{
url: "https://cdn.jsdelivr.net/gh/JuliaPluto/featured@a0158dceac9ec602aaf4d8e0d53ddd10b8b56854/pluto_export.json",
Expand Down
11 changes: 6 additions & 5 deletions frontend/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
@import url("light_color.css");
@import url("dark_color.css");

@import url("https://cdn.jsdelivr.net/npm/[email protected]/open-props.min.css");

* {
box-sizing: border-box;
}
Expand All @@ -26,7 +24,8 @@ html {
margin: 0px;
padding: 4rem 1rem 3rem 1rem;
/* flex: 1 1 auto; */ /* max-width: 920px; */
text-align: center;}
text-align: center;
}

#title h1 img {
height: 1.2em;
Expand Down Expand Up @@ -214,10 +213,12 @@ body.nosessions ul#new ~ * {
}

#recent {
scrollbar-gutter: stable;background: var(--welcome-recentnotebook-bg); /* margin-bottom: 8em; */
scrollbar-gutter: stable;
background: var(--welcome-recentnotebook-bg); /* margin-bottom: 8em; */
max-height: 16em;
overflow-y: auto;
overflow-x: hidden;border-radius: 0.4rem;
overflow-x: hidden;
border-radius: 0.4rem;
box-shadow: -2px 4px 9px 0px #00000012;
border: 0.2rem solid #d5d5d5;
}
Expand Down

0 comments on commit 4758c4e

Please sign in to comment.