File tree Expand file tree Collapse file tree 4 files changed +26
-17
lines changed
Expand file tree Collapse file tree 4 files changed +26
-17
lines changed Original file line number Diff line number Diff line change 11body {
2- font-family : 'Courier New' , Courier , monospace ;
2+ font-family : Helvetica , Arial , sans-serif ;
33}
44
55a {
99/* divs */
1010.container {
1111 height : 100vh ;
12- width : fit-content ;
12+ width : 300 px ;
1313 text-align : center;
1414 text-align : -moz-center;
1515 justify-content : center;
1616 margin : 0 auto;
1717 padding-top : 30vh ;
1818 transition : all 0.5s ;
19+ position : relative;
1920}
20- h1 {
21- margin-bottom : 0px ;
21+ h1 {
22+ margin-bottom : 0px ;
2223}
23- .rayid {
24- margin-top : 0px ;
25- font-size : 80% ;
24+ .rayid {
25+ margin-top : 0px ;
26+ font-size : 80% ;
2627}
2728.submitting {
28- display : none;
29+ display : none;
2930}
3031.success {
31- display : none;
32+ display : none;
3233}
3334.failed {
34- display : none;
35+ display : none;
3536}
36- .w30 {
37- width : 30px ;
37+ table {
38+ padding-left : 20px ;
39+ padding-right : 20px ;
40+ }
41+ .w-full {
42+ text-align : left;
43+ width : 100% ;
44+ }
45+ .w30 {
46+ width : 30px ;
3847}
3948.blink {
4049 animation : blinker 1s linear infinite;
Original file line number Diff line number Diff line change 99 script( src ='/javascripts/bundle.min.js' )
1010 body
1111 .container
12- h1 PoW Shield
12+ img ( src = '/logo.png' width = '300px' )
1313 p.rayid Ray ID: #{prefix} -#{difficulty}
1414 table
1515 tr.calculating
16- td Calculating Nonce
16+ td.w-full Calculating Nonce
1717 td.w30.blink ...
1818 tr.submitting
19- td Submitting Result
19+ td.w-full Submitting Result
2020 td.blink ...
2121 tr.success
22- td Redirecting
22+ td.w-full Redirecting
2323 td.blink ...
2424 tr.failed
25- td Failed, Retrying
25+ td.w-full Failed, Retrying
2626 td.blink ...
2727 script( src ='/javascripts/main.min.js' )
2828 script .
You can’t perform that action at this time.
0 commit comments