File tree Expand file tree Collapse file tree 3 files changed +20
-19
lines changed
Expand file tree Collapse file tree 3 files changed +20
-19
lines changed Original file line number Diff line number Diff line change @@ -267,16 +267,4 @@ li.hide {
267267 flex-grow : 1 ;
268268 align-items : center;
269269 }
270- }
271-
272- # loadedGameMsg {
273- color : black;
274- position : absolute;
275- display : inline-block;
276- text-align : center;
277- top : calc (100% - 70px );
278- width : 100% ;
279- font-size : 24px ;
280- padding : 10px ;
281- background-color : green;
282270}
Original file line number Diff line number Diff line change 2525
2626# logo-small {
2727 position : fixed;
28- left : 92.5% ;
29- top : 1.35% ;
28+ height : 13px ;
29+ top : 12px ;
30+ /*right: 13px;*/
3031}
3132
3233.message ,
4344 vertical-align : bottom;
4445 font-family : monospace;
4546 z-index : 1 ;
47+ }
48+
49+ # loadedGameMsg {
50+ color : black;
51+ position : absolute;
52+ display : inline-block;
53+ text-align : center;
54+ top : calc (100% - 70px );
55+ width : 100% ;
56+ font-size : 24px ;
57+ padding : 10px ;
58+ background-color : green;
4659}
Original file line number Diff line number Diff line change 3232 < div id ="container ">
3333 < div id ="menu " class ="paused ">
3434 < ul class ="menu " id ="menu_top ">
35+ < li >
36+ < a href ="https://github.com/ayvacs/gba.js.org ">
37+ < img id ="logo-small " src ="assets/images/logo-small.png "> </ img >
38+ </ a >
39+ </ li >
3540 < li >
3641 File
3742 < ul >
163168 </ li >
164169 </ ul >
165170 </ li >
166- < li >
167- < a href ="https://github.com/ayvacs/gba.js.org ">
168- < img id ="logo-small " src ="assets/images/logo-small.png " height ="13px "> </ img >
169- </ a >
170- </ li >
171171 </ ul >
172172 </ div >
173173 < div id ="main ">
You can’t perform that action at this time.
0 commit comments