Browse Source

css for follow links instead of table.

tags/v1.3.0
fire bingo 5 years ago
parent
commit
90625d82b6
3 changed files with 14 additions and 8 deletions
  1. +6
    -0
      Css/main.css
  2. +7
    -7
      Js/Main.js
  3. +1
    -1
      Js/Translations

+ 6
- 0
Css/main.css View File

@@ -156,6 +156,12 @@ body { margin: 0; height: 100%; }

#modal-buttons { bottom: 0; margin-top: auto; width: 100%; display: flex; justify-content: space-between; min-height: 21px; }

#mission-modal .follow-links { margin-top: auto; display: flex; flex-direction: column; text-align: center; width:100%; }

#mission-modal .follow-links .follow-links-header { font-weight: bold; }

#mission-modal .follow-links .follow-links-links { display: flex; flex-direction: row; justify-content: space-around; margin-top: 5px; }

@media screen and (max-width: 812px) {
#modal-container { top: 0; bottom: 0; left: 0; right: 0; transform: none; }
.modal { width: 100%; height: 100%; border-radius: 0; }


+ 7
- 7
Js/Main.js View File

@@ -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
Js/Translations

@@ -1 +1 @@
Subproject commit c472de2e64186cbd4b802dafbdd171efb7985d78
Subproject commit 5ba53ea6230e80ebd96b5d277808296a768b68e2

Loading…
Cancel
Save