File tree Expand file tree Collapse file tree 5 files changed +12
-5
lines changed
Expand file tree Collapse file tree 5 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 3939 border-bottom : 2px solid var (--color-accent );
4040 }
4141
42+ @media only screen and (max-width : 400px ) {
43+ header {
44+ padding : 10px ;
45+ }
46+ }
47+
4248 button {
4349 border : none ;
4450 background-color : transparent ;
5864 }
5965
6066 h1 {
61- font-size : min ( 1.2em , 4 vw ) ;
67+ font-size : 1.2em ;
6268 font-weight : 100 ;
6369 font-family : ' Dela Gothic One' , sans-serif ;
6470 color : var (--color-accent );
Original file line number Diff line number Diff line change 103103 width : 100% ;
104104 }
105105
106- :global(form ) {
106+ :global(form , .form ) {
107107 padding : 20px ;
108108 display : flex ;
109109 flex-direction : column ;
Original file line number Diff line number Diff line change 3333
3434 .title {
3535 font-weight : 600 ;
36+ font-size : 1.05em ;
3637 margin-bottom : 3px ;
3738 }
3839
Original file line number Diff line number Diff line change 1919 Song Settings
2020 {/ snippet }
2121 {#snippet main ()}
22- <form >
22+ <div class = " form" >
2323 {#if openSongState .song }
2424 <label >
2525 Edit Key
3232 {:else }
3333 Please open a Song first
3434 {/if }
35- </ form >
35+ </ div >
3636 {/ snippet }
3737 {#snippet footer ()}
3838 <button > + Edit metadata </button >
Original file line number Diff line number Diff line change 3939
4040 .title {
4141 font-weight : 600 ;
42- font-size : 1 em ;
42+ font-size : 1.05 em ;
4343 margin-bottom : 3px ;
4444 }
4545
You can’t perform that action at this time.
0 commit comments