Skip to content

Commit

Permalink
Fix background logo not being full height
Browse files Browse the repository at this point in the history
  • Loading branch information
boreq committed Oct 23, 2023
1 parent 2e56336 commit 78776a3
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 12 deletions.
9 changes: 2 additions & 7 deletions frontend/nos-crossposting-service-frontend/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="wrapper">
<Header></Header>

{{ user }}
{{ user }}
<router-view/>
</div>
</template>
Expand All @@ -12,16 +12,11 @@ html, body {
padding: 0;
margin: 0;
color: #fff;
height: 100%;
}
html {
background: linear-gradient(#160f24, #281945);
min-height: 100%;
}
body {
min-height: 100%;
height: auto;
}
body {
Expand Down
1 change: 1 addition & 0 deletions service/ports/http/frontend/css/app.3d640c83.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion service/ports/http/frontend/css/app.7ac321a6.css

This file was deleted.

2 changes: 1 addition & 1 deletion service/ports/http/frontend/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><title>nos-crossposting-service-frontend</title><script defer="defer" src="/js/chunk-vendors.836e1cc4.js"></script><script defer="defer" src="/js/app.80787f4b.js"></script><link href="/css/app.7ac321a6.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but nos-crossposting-service-frontend doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>
<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><title>nos-crossposting-service-frontend</title><script defer="defer" src="/js/chunk-vendors.836e1cc4.js"></script><script defer="defer" src="/js/app.72af3fab.js"></script><link href="/css/app.3d640c83.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but nos-crossposting-service-frontend doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>
Loading

0 comments on commit 78776a3

Please sign in to comment.