File tree Expand file tree Collapse file tree 11 files changed +61
-59
lines changed
Expand file tree Collapse file tree 11 files changed +61
-59
lines changed Original file line number Diff line number Diff line change 432432 "hi" : " " ,
433433 "en" : " "
434434 },
435- "Surnames" : [
436- {}
437- ]
435+ "Surnames" : [{}]
438436 },
439437 {
440438 "id" : 9 ,
454452 "hi" : " " ,
455453 "en" : " "
456454 },
457- "Surnames" : [
458- {}
459- ]
455+ "Surnames" : [{}]
460456 },
461457 {
462458 "id" : 10 ,
476472 "hi" : " " ,
477473 "en" : " "
478474 },
479- "Surnames" : [
480- {}
481- ]
475+ "Surnames" : [{}]
482476 },
483477 {
484478 "id" : 11 ,
10301024 "hi" : " " ,
10311025 "en" : " "
10321026 },
1033- "Surnames" : [
1034- {}
1035- ]
1027+ "Surnames" : [{}]
10361028 },
10371029 {
10381030 "id" : 29 ,
10771069 "hi" : " " ,
10781070 "en" : " "
10791071 },
1080- "Surnames" : [
1081- {}
1082- ]
1072+ "Surnames" : [{}]
10831073 },
10841074 {
10851075 "id" : 31 ,
41754165 }
41764166 ]
41774167 }
4178- ]
4168+ ]
Original file line number Diff line number Diff line change 122122 }
123123
124124 & .back {
125- background : # F0A93B url ("/icons/arrow.svg" ) center/60% no-repeat;
125+ background : # f0a93b url ("/icons/arrow.svg" ) center/60% no-repeat;
126126 filter : invert (1 );
127127 transform : rotate (-135deg );
128128 width : 2.2rem ;
307307 color : var (--highlight-text );
308308 padding : 0.25em 0.75em ;
309309 border-radius : 0.5em ;
310- transition : background 0.3s ease, color 0.3s ease;
310+ transition :
311+ background 0.3s ease,
312+ color 0.3s ease;
311313 }
312314}
313315
377379 margin : 1em ;
378380 }
379381
380- & .surname-card > p {
382+ & .surname-card > p {
381383 text-align : left;
382384 }
383385
408410 font-size : 0.9em ;
409411 }
410412 }
411- }
413+ }
Original file line number Diff line number Diff line change @@ -118,4 +118,4 @@ dialog[closing]::backdrop {
118118 to {
119119 background : rgba (0 , 0 , 0 , 0 );
120120 }
121- }
121+ }
Original file line number Diff line number Diff line change 1717 padding : 0 ;
1818 color : var (--letter__txt--2 );
1919 transition : color 0.5s ease-in;
20- }
20+ }
Original file line number Diff line number Diff line change 88 --header-height : 80px ;
99 --sidebar-width : 16ch ;
1010 --timing : 0.42s ;
11- --ease : linear (0 0% ,
12- 0.0036 9.62% ,
13- 0.0185 16.66% ,
14- 0.0489 23.03% ,
15- 0.0962 28.86% ,
16- 0.1705 34.93% ,
17- 0.269 40.66% ,
18- 0.3867 45.89% ,
19- 0.5833 52.95% ,
20- 0.683 57.05% ,
21- 0.7829 62.14% ,
22- 0.8621 67.46% ,
23- 0.8991 70.68% ,
24- 0.9299 74.03% ,
25- 0.9545 77.52% ,
26- 0.9735 81.21% ,
27- 0.9865 85% ,
28- 0.9949 89.15% ,
29- 1 100% );
11+ --ease : linear (
12+ 0 0% ,
13+ 0.0036 9.62% ,
14+ 0.0185 16.66% ,
15+ 0.0489 23.03% ,
16+ 0.0962 28.86% ,
17+ 0.1705 34.93% ,
18+ 0.269 40.66% ,
19+ 0.3867 45.89% ,
20+ 0.5833 52.95% ,
21+ 0.683 57.05% ,
22+ 0.7829 62.14% ,
23+ 0.8621 67.46% ,
24+ 0.8991 70.68% ,
25+ 0.9299 74.03% ,
26+ 0.9545 77.52% ,
27+ 0.9735 81.21% ,
28+ 0.9865 85% ,
29+ 0.9949 89.15% ,
30+ 1 100%
31+ );
3032 --sidebar-collapsed : 4rem ;
3133 --sidebar-expanded : 16ch ;
3234 --icon-size : 1.5rem ;
512514 [data-theme = "system" ] [popover ] .nav--list__item : hover a {
513515 color : var (--primary );
514516 }
515- }
517+ }
Original file line number Diff line number Diff line change 6161 color : white;
6262 }
6363
64- & input [type = "radio" ]: focus-visible + .icon {
64+ & input [type = "radio" ]: focus-visible + .icon {
6565 outline : 2px solid var (--primary );
6666 outline-offset : 2px ;
6767 position : absolute;
7979 display : none;
8080 }
8181
82- & input [type = "radio" ]: checked + .icon {
82+ & input [type = "radio" ]: checked + .icon {
8383 background : var (--primary );
8484 color : white;
8585 }
126126 perspective : 1000px ;
127127 margin : auto;
128128
129- & > letter-panel {
129+ & > letter-panel {
130130 display : block;
131131 width : 100% ;
132132 height : 100% ;
156156 background : var (--surface );
157157 border-radius : 0.5rem ;
158158 box-shadow : 0 2px 8px var (--shadow );
159- transition : transform 0.6s , font-size 0.6s , background-color 0.6s ;
159+ transition :
160+ transform 0.6s ,
161+ font-size 0.6s ,
162+ background-color 0.6s ;
160163 opacity : 0.7 ;
161164 }
162165
203206 & .panel__cell .front {
204207 font-size : 10rem ;
205208 background-color : black;
206- transition : transform 0.6s , font-size 0.6s , background-color 0.6s ;
209+ transition :
210+ transform 0.6s ,
211+ font-size 0.6s ,
212+ background-color 0.6s ;
207213 }
208214
209215 & .panel__cell : nth-child (1 ) {
245251 & .panel__cell : nth-child (10 ) {
246252 --ry : 360deg ;
247253 }
248- }
254+ }
Original file line number Diff line number Diff line change 6969 cursor : pointer;
7070}
7171
72- .speaker > span {
72+ .speaker > span {
7373 padding : 0.5rem ;
7474 border : 1px solid var (--primary );
7575 border-radius : 5px ;
9494 .mute-button {
9595 font-size : min (2.5rem , 8vw );
9696 }
97- }
97+ }
Original file line number Diff line number Diff line change 88 text-align : center;
99 color : white;
1010 padding : 2rem 3rem ;
11- gap : 1rem ;
11+ gap : 1rem ;
1212 }
1313
1414 & .theme-glass {
Original file line number Diff line number Diff line change 3131}
3232
3333.container__varnmala {
34-
3534 # english ,
3635 & # hindi {
3736 scroll-margin-top : calc (var (--header-height ) + 80px );
3837 }
39- }
38+ }
Original file line number Diff line number Diff line change 1- document . querySelector ( ' dialog' ) . addEventListener ( ' close' , ( e ) => {
1+ document . querySelector ( " dialog" ) . addEventListener ( " close" , ( e ) => {
22 const dialog = e . target ;
3- dialog . setAttribute ( 'closing' , '' ) ;
4- dialog . addEventListener ( 'animationend' , ( ) => {
5- dialog . removeAttribute ( 'closing' ) ;
6- } , { once : true } ) ;
3+ dialog . setAttribute ( "closing" , "" ) ;
4+ dialog . addEventListener (
5+ "animationend" ,
6+ ( ) => {
7+ dialog . removeAttribute ( "closing" ) ;
8+ } ,
9+ { once : true }
10+ ) ;
711} ) ;
You can’t perform that action at this time.
0 commit comments