css for follow links instead of table.

This commit is contained in:
fire bingo 2019-05-17 09:38:16 -07:00
джерело 0e9f6f8d70
коміт 90625d82b6
3 змінених файлів з 14 додано та 8 видалено

@ -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; }

@ -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