Browse Source

Don't wrap Prometheus logo + brand line

Signed-off-by: Julius Volz <julius.volz@gmail.com>
pull/14872/head
Julius Volz 3 months ago
parent
commit
6999e8063f
  1. 4
      web/ui/mantine-ui/src/App.module.css
  2. 2
      web/ui/mantine-ui/src/App.tsx

4
web/ui/mantine-ui/src/App.module.css

@ -34,5 +34,7 @@
/* Font used for autocompletion item icons. */
@font-face {
font-family: "codicon";
src: local("codicon"), url(./fonts/codicon.ttf) format("truetype");
src:
local("codicon"),
url(./fonts/codicon.ttf) format("truetype");
}

2
web/ui/mantine-ui/src/App.tsx

@ -321,7 +321,7 @@ function App() {
to="/"
style={{ textDecoration: "none", color: "white" }}
>
<Group gap={10}>
<Group gap={10} wrap="nowrap">
<img src={PrometheusLogo} height={30} />
<Text fz={20}>Prometheus{agentMode && " Agent"}</Text>
</Group>

Loading…
Cancel
Save