Stream Patch plus WIP and quick fixes

This commit is contained in:
2022-04-24 22:16:49 -04:00
parent adbf36da9f
commit 5e9ed4c2f5
10 changed files with 127 additions and 66 deletions
@@ -2,7 +2,7 @@
{
var isVanguard = Entity.VanguardAdded() != null ? " vanguard" : "";
<div class="enititiesContainer @isVanguard">
<div class="entitiesContainer @isVanguard">
<EntityHeaderComponent></EntityHeaderComponent>
<div class="entityPartsContainer">
<EntityVanguardAddedComponent></EntityVanguardAddedComponent>
@@ -21,7 +21,7 @@
}
<style>
.enititiesContainer {
.entitiesContainer {
margin-bottom: 12px;
width: 100%;
overflow-y: auto;
@@ -41,7 +41,7 @@
}
@@media only screen and (max-width: 1025px) {
.enititiesContainer {
.entitiesContainer {
padding: 0px;
}
}