Skip to content

Commit

Permalink
Mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
boreq committed Oct 24, 2023
1 parent 4902f05 commit 6227221
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,6 @@ button {
.input {
width: 500px;
}
.button {
}
}
@media screen and (max-width: 1200px) {
Expand All @@ -203,13 +199,15 @@ button {
.link-npub-form {
display: flex;
flex-flow: column nowrap;
.input {
flex: 1;
width: auto;
}
.button {
width: auto;
margin: 1em 0;
}
}
}
Expand Down

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

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>X Connect</title><script defer="defer" src="/js/chunk-vendors.53f93b5d.js"></script><script defer="defer" src="/js/app.11f9e838.js"></script><link href="/css/app.87cc5009.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>X Connect</title><script defer="defer" src="/js/chunk-vendors.53f93b5d.js"></script><script defer="defer" src="/js/app.5e6ad394.js"></script><link href="/css/app.d3a92ac3.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 6227221

Please sign in to comment.