augment box ahhh fk u
This commit is contained in:
parent
16c20d5e88
commit
66d575aa18
@ -946,7 +946,8 @@ useEffect(()=>{
|
|||||||
foodPointData={foodPointData}
|
foodPointData={foodPointData}
|
||||||
setFoodPointData={setFoodPointData}/>
|
setFoodPointData={setFoodPointData}/>
|
||||||
|
|
||||||
<Modal ariaHideApp={false} isOpen={augmentSelectWindowOpen} onRequestClose={()=>{setAugmentSelectWindowOpen(false)}} shouldFocusAfterRender={true} shouldCloseOnOverlayClick={true} shouldCloseOnEsc={true} className="modal" overlayClassName="modalOverlay">
|
<Modal ariaHideApp={false} isOpen={augmentSelectWindowOpen} onRequestClose={()=>{setAugmentSelectWindowOpen(false)}} shouldFocusAfterRender={true} shouldCloseOnOverlayClick={true} shouldCloseOnEsc={true} className="modal" overlayClassName="modalOverlayAugment">
|
||||||
|
<div className="augmentSelectorPopup">
|
||||||
<div className="box equipWindow">
|
<div className="box equipWindow">
|
||||||
<div className="boxTitleBar">
|
<div className="boxTitleBar">
|
||||||
<h1>Equipped Weapon</h1></div>
|
<h1>Equipped Weapon</h1></div>
|
||||||
@ -956,8 +957,7 @@ useEffect(()=>{
|
|||||||
<div className="editOverlay"><p><PencilFill /> Edit</p></div>
|
<div className="editOverlay"><p><PencilFill /> Edit</p></div>
|
||||||
+40</div>
|
+40</div>
|
||||||
</div>
|
</div>
|
||||||
<PageControl pages={1} currentPage={weaponPage} setCurrentPage={setWeaponPage} />
|
|
||||||
{weaponPage === 1 ?
|
|
||||||
|
|
||||||
<div className="augmentDetails">
|
<div className="augmentDetails">
|
||||||
<div className="augmentDetailsListHeader"><h3>Ability Details</h3></div>
|
<div className="augmentDetailsListHeader"><h3>Ability Details</h3></div>
|
||||||
@ -987,13 +987,18 @@ useEffect(()=>{
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
:
|
|
||||||
<>hi2</>
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div className="box">
|
||||||
|
<div className="boxTitleBar">
|
||||||
|
<h1>hi</h1></div>
|
||||||
|
test
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</Modal>
|
</Modal>
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
|
@ -475,6 +475,7 @@ header a {
|
|||||||
.augmentDetailsList li:hover {
|
.augmentDetailsList li:hover {
|
||||||
background: linear-gradient(45deg,rgba(76,113,126,0.66),rgba(113,169,189,00.66));
|
background: linear-gradient(45deg,rgba(76,113,126,0.66),rgba(113,169,189,00.66));
|
||||||
outline: 2px solid hsl(180, 78%, 50%);
|
outline: 2px solid hsl(180, 78%, 50%);
|
||||||
|
|
||||||
}
|
}
|
||||||
.augmentDetailsStats {
|
.augmentDetailsStats {
|
||||||
grid-area: stats;
|
grid-area: stats;
|
||||||
@ -1218,6 +1219,33 @@ button {
|
|||||||
/* mobile viewport bug fix */
|
/* mobile viewport bug fix */
|
||||||
min-height: -webkit-fill-available;
|
min-height: -webkit-fill-available;
|
||||||
}
|
}
|
||||||
|
.modalOverlayAugment {
|
||||||
|
position: fixed;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
|
bottom: 0;
|
||||||
|
background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.8));
|
||||||
|
display: grid;
|
||||||
|
justify-items: stretch;
|
||||||
|
align-items: center;
|
||||||
|
grid-template-columns: minmax(0,10px) minmax(0, 1fr) minmax(0,10px);
|
||||||
|
grid-template-rows: 10px minmax(10px, 1fr) 10px;
|
||||||
|
min-height: 100vh;
|
||||||
|
/* mobile viewport bug fix */
|
||||||
|
min-height: -webkit-fill-available;
|
||||||
|
}
|
||||||
|
.augmentSelectorPopup {
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: repeat(auto-fit,minmax(300px,450px));
|
||||||
|
justify-content: center;
|
||||||
|
gap: 10px;
|
||||||
|
}
|
||||||
|
.augmentSelectorPopup > div {
|
||||||
|
|
||||||
|
box-shadow: 0 10px 16px 0 rgba(0,0,0,0.5), 0 6px 20px 0 rgba(0,0,0,0.5) !important;
|
||||||
|
outline: 1px solid rgba(54,255,255,1);
|
||||||
|
}
|
||||||
.modalOverlaySplash {
|
.modalOverlaySplash {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
@ -1336,7 +1364,7 @@ outline: 0 !important;
|
|||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
}
|
}
|
||||||
.boxModal .boxTitleBar, .boxModalClassSelect .boxTitleBar, .boxMisc .boxTitleBar, .boxAdmin .boxTitleBar {
|
.boxModal .boxTitleBar, .boxModalClassSelect .boxTitleBar, .boxMisc .boxTitleBar, .boxAdmin .boxTitleBar , .augmentSelectorPopup .boxTitleBar {
|
||||||
background: linear-gradient(45deg, rgba(47,153,193,0.66),rgba(46,94,137,0.66) 30%,rgba(46,94,137,0.66) 70%, rgba(47,153,193,1));
|
background: linear-gradient(45deg, rgba(47,153,193,0.66),rgba(46,94,137,0.66) 30%,rgba(46,94,137,0.66) 70%, rgba(47,153,193,1));
|
||||||
}
|
}
|
||||||
.modalItemListContainer {
|
.modalItemListContainer {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user