File tree Expand file tree Collapse file tree 2 files changed +20
-15
lines changed Expand file tree Collapse file tree 2 files changed +20
-15
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
- < html lang ="en ">
2
+ < html lang ="is ">
3
3
< head >
4
4
< meta charset ="utf-8 " />
5
5
< meta name ="viewport " content ="width=device-width " />
Original file line number Diff line number Diff line change 5
5
export let data: PageData
6
6
7
7
const today = ` Í dag, ${new Date ()
8
- .toLocaleDateString (' is-IS ' , {
8
+ .toLocaleString (' is-is ' , {
9
9
weekday: ' long' ,
10
10
year: ' numeric' ,
11
11
month: ' long' ,
60
60
</div >
61
61
</header >
62
62
<div class =" grid" >
63
- <div style =" white-space : break-spaces;" >
64
- <!-- prettier-ignore -->
65
- <div >
66
- <label for =" from" >
67
- <small > Frá {float_to_hh_mm (from )} </small >
68
- <input bind:value ={from } type =range min =12 max =23.5 step =0.25 id =from name=from />
69
- </label>
70
- <label for=" to" >
71
- <small > Til {float_to_hh_mm (to )} </small >
72
- <input bind:value ={to } type =range min =12 max =23.5 step =0.25 id =to name=to />
73
- </label>
74
- </div>
63
+ <div >
64
+ <label for =" from" >
65
+ <small > Frá {float_to_hh_mm (from )} </small >
66
+ <input
67
+ bind:value ={from }
68
+ type =" range"
69
+ min =" 12"
70
+ max =" 23.5"
71
+ step =" 0.25"
72
+ id =" from"
73
+ name =" from"
74
+ />
75
+ </label >
76
+ <label for =" to" >
77
+ <small > Til {float_to_hh_mm (to )} </small >
78
+ <input bind:value ={to } type =" range" min =" 12" max =" 23.5" step =" 0.25" id =" to" name =" to" />
79
+ </label >
75
80
</div >
76
81
<div >
77
82
<div class =" grid" >
106
111
<summary > {title } ({release_year }) </summary >
107
112
<div class =" grid" >
108
113
<div >
109
- <img src ={poster_url } alt ={title } width =" 350px" />
114
+ <img src ={poster_url } alt ={title } width =" 350px" height = " auto " />
110
115
<br />
111
116
<small >{genres .join (' , ' )}. <a href ={trailer_url }>Sjá stiklu.</a ></small >
112
117
<br />
You can’t perform that action at this time.
0 commit comments