Skip to content

Commit

Permalink
Update title
Browse files Browse the repository at this point in the history
  • Loading branch information
weiland committed Aug 13, 2023
1 parent 0433491 commit a2f21c4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="referrer" content="never" />
<link rel="icon" type="image/svg+xml" href="/mate.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>🧉 Mate mit Pascal</title>
<title>Drink Mate with Pascal 🧉</title>
</head>
<body>
<div id="app"></div>
Expand Down
9 changes: 7 additions & 2 deletions src/Overview.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
});
</script>

<div>
<div class="container">
{#if error}
<p>
{error}
Expand Down Expand Up @@ -141,6 +141,11 @@
</div>

<style>
.container {
width: 100%;
overflow-x: scroll;
position: relative;
}
a,
a:visited {
color: var(--cm-blue);
Expand All @@ -150,7 +155,7 @@
border-bottom: 0.125rem solid var(--cm-blue);
}
table {
position: relative;
/* position: relative; */
}
thead {
position: sticky;
Expand Down

0 comments on commit a2f21c4

Please sign in to comment.