From 6750ebf2aa73d52d6e5654ba6c932fcaffe707dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=9D=E3=83=BC=E3=83=AB=20=E3=82=A6=E3=82=A7=E3=83=83?= =?UTF-8?q?=E3=83=96?= Date: Thu, 11 Oct 2018 16:33:47 -0500 Subject: [PATCH] Slight changes --- web/js/global.js | 2 +- web/scss/_alert.scss | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/web/js/global.js b/web/js/global.js index b5e57bcc..8b77c489 100644 --- a/web/js/global.js +++ b/web/js/global.js @@ -124,7 +124,7 @@ document.addEventListener("DOMContentLoaded", () => { const html = `
-

Welcome to the less-technical side of LBRY! You've had fun delving into the code, we hope.

+

Welcome to the consumer side of LBRY! You've had fun delving into the tech, we hope.



Here by accident? Come back to the techno scene.

diff --git a/web/scss/_alert.scss b/web/scss/_alert.scss index 81cb838d..6ab026bc 100644 --- a/web/scss/_alert.scss +++ b/web/scss/_alert.scss @@ -53,9 +53,16 @@ line-height: 1; margin-right: 1rem; margin-left: 1rem; - padding: 0 0 3px 0; position: absolute; text-align: center; + + @media (min-resolution: 1.1dppx) { + padding: 0 0 3px 0; + } + + @media (max-resolution: 1dppx) { + padding: 1px 0 0 0; + } } .inner-wrap {