Skip to content

Commit bef8ca7

Browse files
committed
1.3.9 Mini-logo reposition
1 parent 0ce98f7 commit bef8ca7

File tree

3 files changed

+20
-19
lines changed

3 files changed

+20
-19
lines changed

assets/stylesheets/main.css

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff 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
}

assets/stylesheets/player-override.css

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ li {
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,
@@ -43,4 +44,16 @@ li {
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
}

player.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@
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>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
3540
<li>
3641
File
3742
<ul>
@@ -163,11 +168,6 @@
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">

0 commit comments

Comments
 (0)