diff --git a/browser_source.css b/browser_source.css index 8591b51..5a610d9 100644 --- a/browser_source.css +++ b/browser_source.css @@ -1,10 +1,12 @@ -body, .livesplit, .livesplit-container, .buttons { +body, .livesplit-container, .buttons { background-color: rgba(0, 0, 0, 0); - margin: 0px; - padding: 0px; overflow: hidden !important; } +.livesplit-container > div { + margin: 0px !important; +} + .sidebar { box-shadow: none !important; }