bigwolfeman commited on
Commit
f2ee9ec
·
1 Parent(s): 9b26f3a
Files changed (1) hide show
  1. frontend/src/pages/MainApp.tsx +4 -3
frontend/src/pages/MainApp.tsx CHANGED
@@ -536,10 +536,10 @@ export function MainApp() {
536
  </Alert>
537
 
538
  {/* Top bar */}
539
- <div className="border-b border-border p-4 animate-fade-in">
540
  <div className="relative flex items-center justify-center">
541
  <h1
542
- className="text-xl tracking-[0.15em] uppercase select-none"
543
  style={{
544
  fontFamily: '"Press Start 2P", monospace',
545
  fontWeight: 400,
@@ -556,7 +556,8 @@ export function MainApp() {
556
  `,
557
  textRendering: "geometricPrecision",
558
  WebkitFontSmoothing: "none",
559
- transform: "skewX(-4deg)",
 
560
  }}
561
  >
562
  Vault.MCP
 
536
  </Alert>
537
 
538
  {/* Top bar */}
539
+ <div className="border-b border-border p-2 animate-fade-in">
540
  <div className="relative flex items-center justify-center">
541
  <h1
542
+ className="text-2xl tracking-[0.15em] uppercase select-none"
543
  style={{
544
  fontFamily: '"Press Start 2P", monospace',
545
  fontWeight: 400,
 
556
  `,
557
  textRendering: "geometricPrecision",
558
  WebkitFontSmoothing: "none",
559
+ transform: "perspective(700px) rotateX(18deg)",
560
+ transformOrigin: "bottom center",
561
  }}
562
  >
563
  Vault.MCP