SM5
This commit is contained in:
parent
1eba12ab85
commit
ba780c613e
@ -611,3 +611,15 @@ body {
|
||||
.market-tab-content.active {
|
||||
display: block;
|
||||
}
|
||||
|
||||
#market-pages {
|
||||
display: grid;
|
||||
|
||||
grid-template-columns: repeat(4, 120px);
|
||||
|
||||
gap: 14px;
|
||||
|
||||
justify-content: center;
|
||||
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
@ -19,7 +19,6 @@ Geheimhandel
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="market-content">
|
||||
|
||||
<div class="market-tab-content active" id="market-inventory">
|
||||
@ -91,9 +90,6 @@ Kaufen
|
||||
🔒
|
||||
</div>
|
||||
|
||||
</div>
|
||||
`;
|
||||
|
||||
</div>
|
||||
`;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user