This commit is contained in:
Thomas G 2022-07-14 01:47:26 +10:00
parent 1ea71fde8a
commit f4a79cbac0
2 changed files with 7 additions and 3 deletions

View File

@ -499,9 +499,14 @@ a,
width: 80%;
height: 100%;
left: 20%;
background-color: rgb(200,200,200);
background-color: rgb(0,0,0);
padding-bottom: 5px;
padding-top: 5px;
padding-left: 5px;
padding-right: 0px;
overflow-x: hidden;
position: fixed;
height: 100%;
}
#InviteTreeContainer {

View File

@ -34,8 +34,7 @@
<br><br>
<a href="{{ route('home') }}"><span style="font-size:20px"></span> Return to Main Site</a>
</div>
<div class="iphone-content"
style="padding-left: 5px; padding-right: 0px; overflow-x: hidden; position: fixed; height: 100%; color: black;">
<div class="iphone-content">
@yield('content')
</div>
</body>