css for follow links instead of table.
This commit is contained in:
parent
0e9f6f8d70
commit
90625d82b6
3 changed files with 14 additions and 8 deletions
14
Js/Main.js
14
Js/Main.js
|
@ -520,13 +520,13 @@ function openHelpModal(event) {
|
|||
iOS: 11+, no audio<br/>
|
||||
</div>
|
||||
</div>
|
||||
<table style="text-align: center; width: 100%; table-layout: fixed; margin-top: auto">
|
||||
<tr><th colspan="2">Follow YameteTomete</th></tr>
|
||||
<tr>
|
||||
<td><a style="margin-top: auto; text-align: center; "href="https://discord.gg/fpQZQ8g" target="_blank" >Discord</a></td>
|
||||
<td><a style="margin-top: auto; text-align: center; "href="https://twitter.com/YameteTomete" target="_blank">Twitter</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<div class="follow-links">
|
||||
<div class="follow-links-header">Follow YameteTomete</div>
|
||||
<div class="follow-links-links">
|
||||
<a "href="https://discord.gg/fpQZQ8g" target="_blank" >Discord</a>
|
||||
<a "href="https://twitter.com/YameteTomete" target="_blank">Twitter</a>
|
||||
</div>
|
||||
</div>
|
||||
<div style="margin-top: auto; text-align: center;">All Symphogear content belongs to its respective owners</div>
|
||||
<div id="modal-buttons">
|
||||
<button onclick="closeModal(event)">Close</button>
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit c472de2e64186cbd4b802dafbdd171efb7985d78
|
||||
Subproject commit 5ba53ea6230e80ebd96b5d277808296a768b68e2
|
Loading…
Add table
Add a link
Reference in a new issue