Skip to content

Commit 7bb3348

Browse files
committed
fix: correct font size and border radius in inspector CSS
1 parent 084b528 commit 7bb3348

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/view/frontend/web/css/inspector.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@
290290
.mageforge-inspector-info-badge {
291291
min-width: 280px;
292292
max-width: calc(100vw - 40px);
293-
font-size: 10pxrem;
293+
font-size: 10px;
294294
}
295295

296296
.mageforge-inspector-float-button {
@@ -329,8 +329,8 @@
329329
.mageforge-code-inline {
330330
background: rgba(100, 116, 139, 0.1);
331331
padding: 2px 6px;
332-
border-radiusvar(--mageforge-font-mono)
333-
font-family: 'SF Mono', 'Monaco', 'Inconsolata', 'Roboto Mono', 'Consolas', monospace;
332+
border-radius: 4px;
333+
font-family: var(--mageforge-font-mono);
334334
font-size: 11px;
335335
color: var(--mageforge-color-slate-200);
336336
word-break: break-all;

0 commit comments

Comments
 (0)