From 4969479c8de75597aa0da8399ad608a3ab309389 Mon Sep 17 00:00:00 2001 From: KittenTM Date: Thu, 26 Feb 2026 06:31:57 +0100 Subject: [PATCH] Adjust scale a bit --- style.css | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/style.css b/style.css index 9670e95..ec00765 100644 --- a/style.css +++ b/style.css @@ -1,3 +1,13 @@ +body { + zoom: 0.96; + transform: scale(0.96); + transform-origin: top left; + width: 105%; + height: 105%; + overflow: visible; + margin-left: -5px; +} + @font-face { font-family: 'Splatoon1'; src: url('Splatoon1.otf') format('opentype'); @@ -12,10 +22,6 @@ box-sizing: border-box; } -body { - margin-left: -5px; -} - .splatnet-sidebar { width: 330px; background-color: black; @@ -78,8 +84,8 @@ body { .menu-item { position: relative; width: 266px; - height: 56px; - margin: 0 auto 8px; + height: 54px; + margin: 0 auto 10px; display: flex; align-items: center; padding-left: 22px; @@ -112,7 +118,7 @@ body { position: absolute; left: 62px; height: 28px; - top: 14px; + top: 13px; pointer-events: none; z-index: 1; }