From a43e9f2e22bce97017aeb218838b16aab9390ee0 Mon Sep 17 00:00:00 2001 From: sowgro Date: Tue, 5 Nov 2024 18:55:50 -0500 Subject: Background URL option --- extension/src/index.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'extension/src/index.css') diff --git a/extension/src/index.css b/extension/src/index.css index a0d71b1..ebaa37b 100644 --- a/extension/src/index.css +++ b/extension/src/index.css @@ -5,6 +5,7 @@ html { margin: 0; padding: 0; + height: 100% } body { @@ -13,6 +14,10 @@ body { font-family: sans-serif; margin: 0; padding: 0; + height: 100%; + background-position: center center; + background-repeat: no-repeat; + background-size: 100%; } #settings-menu { -- cgit v1.2.3