From 9d06cf075880d68acbf1fe72bd9174849deae285 Mon Sep 17 00:00:00 2001 From: Thomas G <62822072+Thomasluigi07@users.noreply.github.com> Date: Sun, 28 Aug 2022 11:47:17 +1000 Subject: [PATCH] fix --- public/css/app.css | 2 +- public/css/classicapp.css | 20 +++++++++++++++++++- resources/views/pages/gamepage.blade.php | 4 ++++ 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/public/css/app.css b/public/css/app.css index 4abafdf..d497b44 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -82,7 +82,7 @@ animation-iteration-count: 1; position: fixed; z-index: 10; - top: 72px; + top: 62px; padding-top: 2px; padding-bottom: 2px; padding-right: 5px; diff --git a/public/css/classicapp.css b/public/css/classicapp.css index 34dd54e..98d45a7 100644 --- a/public/css/classicapp.css +++ b/public/css/classicapp.css @@ -6,7 +6,7 @@ } 100% { - background-position-x: 61px; + background-position-x: 72px; animation-timing-function: linear; } } @@ -24,6 +24,24 @@ html { animation-iteration-count: infinite; } +#alert, +#success { + height: fit-content; + margin: 0px; + animation: alertanim; + animation-duration: 250ms; + animation-iteration-count: 1; + position: fixed; + z-index: 10; + top: 72px; + padding-top: 2px; + padding-bottom: 2px; + padding-right: 5px; + padding-left: 5px; + width: 100%; + text-align: center; +} + .content, #footer { max-width: 1000px; width: 1000px; diff --git a/resources/views/pages/gamepage.blade.php b/resources/views/pages/gamepage.blade.php index 46495be..6a375b5 100644 --- a/resources/views/pages/gamepage.blade.php +++ b/resources/views/pages/gamepage.blade.php @@ -9,6 +9,10 @@ @endsection +@section('alert') +
Note that this page does not support joining yet. If you would like to join your own game that you are currently hosting, click here.
+@endsection + @section('content')