From 245bbf76aae56ebbd799280b314095986980a450 Mon Sep 17 00:00:00 2001
From: Thomas G <62822072+Thomasluigi07@users.noreply.github.com>
Date: Wed, 13 Jul 2022 21:38:10 +1000
Subject: [PATCH] updated css,home,join,admin
---
public/css/app.css | 8 ++++----
resources/views/client/join.blade.php | 4 ++--
resources/views/home.blade.php | 2 +-
resources/views/layouts/admin.blade.php | 2 +-
4 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/public/css/app.css b/public/css/app.css
index 2128bf8..f5ded5d 100644
--- a/public/css/app.css
+++ b/public/css/app.css
@@ -477,22 +477,22 @@
.iphone-sidebar {
position: fixed;
- color: black;
+ color: rgb(255, 255, 255);
width: 20%;
height: 100%;
margin-left: 0px;
- background-color: rgb(132, 132, 132);
+ background-color: rgb(0,0,0);
padding-bottom: 5px;
padding-top: 5px;
}
.iphone-content {
position: relative;
- color: black;
+ color: white;
width: 80%;
height: 100%;
left: 20%;
- background-color: rgb(132, 132, 132);
+ background-color: rgb(200,200,200);
padding-bottom: 5px;
padding-top: 5px;
}
diff --git a/resources/views/client/join.blade.php b/resources/views/client/join.blade.php
index 8911b03..843131e 100644
--- a/resources/views/client/join.blade.php
+++ b/resources/views/client/join.blade.php
@@ -14,6 +14,8 @@ if (Auth::check()) {
} else {
$randName = mt_rand(1, 9999);
$username = "Guest " . $randName;
+ // $username = " ";
+ // $id = 0);
$id = mt_rand(9999, 999999);
}
$ip = addslashes($_GET["ip"]);
@@ -24,8 +26,6 @@ $app = 'test';
ob_start();
@endphp
---This is a joinscript that works in 2013 and back, etc.
-
-- functions --------------------------
function onPlayerAdded(player)
-- override
diff --git a/resources/views/home.blade.php b/resources/views/home.blade.php
index 36393ac..3f1bad0 100644
--- a/resources/views/home.blade.php
+++ b/resources/views/home.blade.php
@@ -18,7 +18,7 @@
- +