wohoo cool new stuff (json generation, better layouts, more to come)
This commit is contained in:
parent
24efaf1b2c
commit
7c4aefe5fc
6 changed files with 204 additions and 48 deletions
src/components
|
@ -28,19 +28,14 @@ if(bond10 === "false") {
|
|||
<h2 class="subtext">
|
||||
Level {level}<br>
|
||||
{skills}<br>
|
||||
{np}</h2>
|
||||
NP {np}</h2>
|
||||
<div class="expand-on-hover">
|
||||
<img class={bondce_css} src={bondce_img} alt="">
|
||||
<h2 class="subtext">Mana Loading: {ml}</h2>
|
||||
<h2 class="subtext">Mana Loading: {ml === "Not Unlocked" && <br>}{ml}</h2>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
<style>
|
||||
.heading-section {
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.heading-center {
|
||||
display: table;
|
||||
width: 100%;
|
||||
|
@ -62,7 +57,7 @@ if(bond10 === "false") {
|
|||
background-color: rgb(27, 27, 27);
|
||||
border-color: #1e1e1e;
|
||||
padding: 0em 0.75em;
|
||||
width: 40%;
|
||||
width: auto;
|
||||
height: auto;
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
|
@ -81,11 +76,6 @@ if(bond10 === "false") {
|
|||
height: auto;
|
||||
}
|
||||
|
||||
.servants-container {
|
||||
row-gap: 1.5em;
|
||||
column-gap: 1.5em;
|
||||
}
|
||||
|
||||
article>img {
|
||||
width: 200px;
|
||||
height: auto;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue