change 0.0.0.0 to localhost
This commit is contained in:
@ -23,7 +23,7 @@
|
||||
}
|
||||
|
||||
/* ------------------------------------------------------------------
|
||||
Meter - dark‑mode look
|
||||
Meter - dark-mode look
|
||||
------------------------------------------------------------------ */
|
||||
#meter {
|
||||
display: flex;
|
||||
@ -31,16 +31,16 @@
|
||||
padding: 8px; /* doubled padding inside container */
|
||||
align-items: center;
|
||||
|
||||
/* Card‑style background + border - same as before */
|
||||
/* Card-style background + border - same as before */
|
||||
background: var(--bg-card);
|
||||
border: 1px solid var(--clr-border);
|
||||
border-radius: 4px;
|
||||
max-width: 420px; /* doubled max‑width */
|
||||
max-width: 420px; /* doubled max-width */
|
||||
box-shadow: 0 1px 3px rgba(0,0,0,.2);
|
||||
}
|
||||
|
||||
/* ------------------------------------------------------------------
|
||||
Bar - light‑dark contrast
|
||||
Bar - light-dark contrast
|
||||
------------------------------------------------------------------ */
|
||||
#meter div {
|
||||
width: 36px; /* doubled width */
|
||||
|
||||
Reference in New Issue
Block a user