Skip to content

Commit

Permalink
minor UI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bjesus committed Oct 6, 2024
1 parent 8995b17 commit c48c040
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,12 @@
</div>
</div>
<footer>
<span>website doesn't use cookies. Your data is saved locally.</span>
<span
>{{ title }} is an instance of
<a href="https://github.com/teatime-library/teatime" target="_blank"
>TeaTime</a
>, a distributed, static, cookie-less system for reading books over IPFS
</span>
</footer>
</main>
</template>
Expand Down Expand Up @@ -91,7 +96,7 @@ main {
#content {
grid-area: 2 / 1 / 3 / 2;
overflow: scroll;
overflow: auto;
&.drag-over {
border: 10px dashed red;
Expand Down

0 comments on commit c48c040

Please sign in to comment.