diff --git a/Css/main.css b/Css/main.css index 1ce64d2..1649d44 100644 --- a/Css/main.css +++ b/Css/main.css @@ -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; } diff --git a/Js/Common.js b/Js/Common.js index 34c1220..31f73fb 100644 --- a/Js/Common.js +++ b/Js/Common.js @@ -4,6 +4,11 @@ let rootUrl = `${window.location.protocol}//${window.location.host}/`; const baseDimensions = {width: 1334, height: 750}; const screenRatio = 9/16; +const CUSTOM = { + custom: 'Custom', + stock: 'Stock' +} + class commonFunctions { static getFileText(file) { return new Promise((resolve, reject) => { diff --git a/Js/Main.js b/Js/Main.js index 4ea7f42..2143311 100644 --- a/Js/Main.js +++ b/Js/Main.js @@ -525,13 +525,13 @@ function openHelpModal(event) { iOS: 11+, no audio
- - - - - - -
Follow YameteTomete
DiscordTwitter
+
All Symphogear content belongs to its respective owners