Hide simulator backend API card
This commit is contained in:
@@ -258,10 +258,6 @@ function App() {
|
|||||||
<option value="en">English</option>
|
<option value="en">English</option>
|
||||||
</select>
|
</select>
|
||||||
</label>
|
</label>
|
||||||
<div className="connection-card">
|
|
||||||
<span>{t("Backend API", "API backend")}</span>
|
|
||||||
<strong>{API_BASE_URL}</strong>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|||||||
@@ -115,7 +115,6 @@ h2 {
|
|||||||
line-height: 1.7;
|
line-height: 1.7;
|
||||||
}
|
}
|
||||||
|
|
||||||
.connection-card,
|
|
||||||
.panel {
|
.panel {
|
||||||
border: 1px solid rgba(10, 47, 90, 0.1);
|
border: 1px solid rgba(10, 47, 90, 0.1);
|
||||||
border-radius: 28px;
|
border-radius: 28px;
|
||||||
@@ -147,24 +146,6 @@ h2 {
|
|||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
.connection-card {
|
|
||||||
min-width: 300px;
|
|
||||||
padding: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.connection-card span {
|
|
||||||
display: block;
|
|
||||||
color: var(--muted);
|
|
||||||
font-size: 0.8rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.connection-card strong {
|
|
||||||
display: block;
|
|
||||||
margin-top: 8px;
|
|
||||||
color: var(--secondary);
|
|
||||||
word-break: break-all;
|
|
||||||
}
|
|
||||||
|
|
||||||
.control-grid {
|
.control-grid {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: minmax(280px, 0.85fr) minmax(360px, 1.45fr);
|
grid-template-columns: minmax(280px, 0.85fr) minmax(360px, 1.45fr);
|
||||||
@@ -413,10 +394,6 @@ pre {
|
|||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.connection-card {
|
|
||||||
min-width: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hero__side {
|
.hero__side {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user