Skip to content

Commit

Permalink
Improve scaling on mobile devices
Browse files Browse the repository at this point in the history
  • Loading branch information
floscher committed Aug 26, 2024
1 parent c85b59c commit f74868d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions web/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<!DOCTYPE html>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/xml+svg" href="/favicon.svg">
<link rel="manifest" href="/app.webmanifest">
<title>Sipgator</title>
Expand Down
2 changes: 1 addition & 1 deletion web/src/sipgator-app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export class SipgatorApp extends LitElement {

render() {
return html`
<nav class="m l bottom" style="justify-content: space-between">
<nav class="bottom" style="justify-content: space-between;overflow-x: auto">
<header>
<img class="circle" src="/favicon.svg" alt="SipGator-Logo">
</header>
Expand Down

0 comments on commit f74868d

Please sign in to comment.