From 9197e4515c4c1c1650fd06c43bc7032934d9f021 Mon Sep 17 00:00:00 2001 From: MrSandMan Date: Tue, 9 Aug 2022 12:11:38 +0300 Subject: [PATCH] Dynmap return button --- app/assets/css/launcher.css | 14 ++++++++++++++ app/dynmap.ejs | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/app/assets/css/launcher.css b/app/assets/css/launcher.css index 2438143..72baece 100644 --- a/app/assets/css/launcher.css +++ b/app/assets/css/launcher.css @@ -4155,4 +4155,18 @@ input:checked + .toggleSwitchSlider:before { width: 100px; border-radius: 0px 0px 10px 10px; border-color: #333333; + border: solid; + border-width: 0px 1px 1px 1px; +} + +#dynmapDoneButtonText { + color: white; + font-weight: 900; + letter-spacing: 2px; + text-shadow: 0px 0px 0px #bebcbb; + font-size: 11px; + line-height: 30px; + transition: 0.25s ease; + display: flex; + justify-content: center; } \ No newline at end of file diff --git a/app/dynmap.ejs b/app/dynmap.ejs index 7c38b46..4ba2f39 100644 --- a/app/dynmap.ejs +++ b/app/dynmap.ejs @@ -10,7 +10,7 @@ - MAP + MAP