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