Skip to content

Commit 840802b

Browse files
authored
Add imdb pagination (#33)
* Set cookie expiration to 1 day * Add Imdb pagination support * Version bump * Run formatter
1 parent 7a16573 commit 840802b

17 files changed

Lines changed: 2450 additions & 935 deletions

File tree

frontend/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
<html lang="en">
33
<head>
44
<style>
5-
html, body, #root {
5+
html,
6+
body,
7+
#root {
68
height: 100%;
79
}
810
</style>

0 commit comments

Comments
 (0)