From 1725abc395247d8d367c4b9f11227455bcf10c7c Mon Sep 17 00:00:00 2001 From: Benedikt Nordhoff Date: Mon, 18 Dec 2023 15:34:26 +0100 Subject: [PATCH] Scale images in side panel to 100% --- src/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/index.css b/src/index.css index 04146b5..5c64bf8 100644 --- a/src/index.css +++ b/src/index.css @@ -9,3 +9,7 @@ body { code { font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace; } + +.SidePanel img { + width: 100%; +}