diff --git a/app/assets/css/launcher.css b/app/assets/css/launcher.css index ddd02e4..d7a52b8 100644 --- a/app/assets/css/launcher.css +++ b/app/assets/css/launcher.css @@ -4033,4 +4033,23 @@ input:checked + .toggleSwitchSlider:before { /* Class which is applied when the spinner image is spinning. */ .rotating { animation: rotating 10s linear infinite; -} \ No newline at end of file +} + + +/******************************************************************************* + * * + * Custom patches * + * * + ******************************************************************************/ + + +/* iframe patch for full size window. */ + #iframecontainer { + width: 100%; + } + + #dynmapiframe { + width: 100%; + height: 100%; + user-select: none; + } \ No newline at end of file diff --git a/app/assets/js/scripts/landing.js b/app/assets/js/scripts/landing.js index b5d8509..a328581 100644 --- a/app/assets/js/scripts/landing.js +++ b/app/assets/js/scripts/landing.js @@ -809,6 +809,8 @@ function slide_(up){ //date.toLocaleDateString('en-US', {month: 'short', day: 'numeric', year: 'numeric', hour: 'numeric', minute: 'numeric'}) //landingContainer.style.background = 'rgba(29, 29, 29, 0.55)' landingContainer.style.background = 'rgba(0, 0, 0, 0.50)' + //Frame bar dimming (map patch) + frameBar.style.background = 'rgba(0, 0, 0)' setTimeout(() => { if(newsGlideCount === 1){ lCLCenter.style.transition = 'none' @@ -821,6 +823,8 @@ function slide_(up){ newsGlideCount-- }, 2000) landingContainer.style.background = null + //Frame bar dimming revert (map patch) + frameBar.style.background = 'rgba(0, 0, 0, 0.50)' lCLCenter.style.transition = null newsBtn.style.transition = null newsContainer.style.top = '100%' diff --git a/app/landing.ejs b/app/landing.ejs index 114acfd..9d178cc 100644 --- a/app/landing.ejs +++ b/app/landing.ejs @@ -140,8 +140,8 @@
-
- +
+