File tree Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -367,7 +367,7 @@ class ArchiveNow extends LitElement {
367
367
: html `` }
368
368
</ div >
369
369
< div
370
- class ="-mb-4 -mt-4 overflow-auto pb-4 pt-4 [grid-area:detail] lg:mr-0 lg:px -4 2xl:px-6 "
370
+ class ="-mb-4 overflow-auto border-t border-brand-green/30 pb-4 [grid-area:detail] lg:-mt-4 lg: mr-0 lg:border-t-0 lg:px-4 lg:pt -4 2xl:px-6 "
371
371
>
372
372
< div class ="mb-3 mt-3 ">
373
373
< div
@@ -606,7 +606,7 @@ class ArchiveNow extends LitElement {
606
606
< div
607
607
class ="${ this . showHint
608
608
? "pointer-events-auto"
609
- : "pointer-events-none" } max-w-sm -translate-x-3 rounded-lg bg-white/80 shadow-lg shadow-cyan-800/20 ring-2 ring-cyan-300/50 backdrop-blur-md transition-all lg:mb-16 lg:translate-x-1 "
609
+ : "pointer-events-none" } max-w-80 -translate-x-3 rounded-lg bg-white/80 shadow-lg shadow-cyan-800/20 ring-2 ring-cyan-300/50 backdrop-blur-md transition-all lg:mb-16 lg:translate-x-1 "
610
610
>
611
611
< div
612
612
class ="flex items-center justify-between p-2 leading-none "
@@ -692,10 +692,10 @@ class ArchiveNow extends LitElement {
692
692
} }
693
693
>
694
694
< div class ="flex flex-col ">
695
- < div class ="flex items-end gap-3 px -3 pb -3 ">
695
+ < div class ="flex flex-col items-end gap-3 pb -3 md:flex-row lg:px -3 ">
696
696
< sl-input
697
697
name ="url "
698
- class ="flex-1 "
698
+ class ="w-full flex-1 "
699
699
label ="Enter a URL "
700
700
placeholder =${ DEFAULT_URL . replace ( / \/ $ / , "" ) }
701
701
type ="text"
@@ -704,7 +704,12 @@ class ArchiveNow extends LitElement {
704
704
spellcheck="false"
705
705
required
706
706
> </ sl-input >
707
- < sl-button type ="submit " variant ="primary "> Go</ sl-button >
707
+ < sl-button
708
+ class ="w-full md:max-w-min "
709
+ type ="submit "
710
+ variant ="primary "
711
+ > Go</ sl-button
712
+ >
708
713
</ div >
709
714
${ ! this . isEmpty
710
715
? html `
Original file line number Diff line number Diff line change 61
61
"header restart"
62
62
"archive archive"
63
63
"detail detail" ;
64
- grid-template-rows : min-content 1fr min-content theme (size.48) ;
64
+ grid-template-rows : min-content 1fr 30 % ;
65
65
grid-template-columns : 1fr auto;
66
66
}
67
67
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ module.exports = (env, argv) => {
33
33
devServer : {
34
34
compress : true ,
35
35
port : 10001 ,
36
- open : true ,
36
+ open : "/#url=https://example.com/" ,
37
37
static : path . join ( __dirname , "dist" ) ,
38
38
hot : true ,
39
39
} ,
You can’t perform that action at this time.
0 commit comments