Skip to content

Commit

Permalink
netlify fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMarstonConnell committed Feb 15, 2024
1 parent f4c8838 commit ccccf02
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[[headers]]
for = "/*"
[headers.values]
Content-Security-Policy = "default-src 'self'; style-src 'self' 'unsafe-inline'; script-src 'self' 'wasm-unsafe-eval' 'unsafe-inline' chrome-extension: https://netlify-rum.netlify.app; connect-src 'self' https:; object-src 'self' https:; media-src 'self' https:; frame-src 'self' https:;"
Content-Security-Policy = "default-src 'self'; style-src 'self' 'unsafe-inline'; script-src 'self' 'wasm-unsafe-eval' 'unsafe-inline' chrome-extension: https://netlify-rum.netlify.app; connect-src 'self' https:; object-src 'self' https:; media-src 'self' https:; frame-src 'self' https:; img-src 'self' https: data:;"
X-Content-Type-Options = "nosniff"
Referrer-Policy = "same-origin"
Permissions-Policy = ""
1 change: 1 addition & 0 deletions src/components/DraftDocuments.vue
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@
width: 40vw;
max-width: 432px;
height: 20vh;
min-height: 200px;
position: absolute;
top: 50vh;
left: 50vw;
Expand Down
1 change: 1 addition & 0 deletions src/views/DraftEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
.main-container {
height: 100%;
min-width: 70vw;
max-width: 70vw;
margin: 0px auto;
flex-grow: 1;
flex-basis: auto;
Expand Down
7 changes: 2 additions & 5 deletions src/views/HomePage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@
padding: 0px 60px;
height: 100%;
background-color: #fff;
overflow-y: scroll;
}
@media screen and (min-width: 800px) {
Expand All @@ -148,15 +149,11 @@
}
}
@media screen and (min-width: 1100px) {
#article-section {
width: 50%;
}
}
#article {
text-align: left;
padding-top: 40px;
padding-bottom: 20px;
img {
width: 100% !important;
Expand Down

0 comments on commit ccccf02

Please sign in to comment.