From 69b64da0b41affa1337730333630dc31be40ee06 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sat, 19 Oct 2024 04:47:43 +0530 Subject: [PATCH] feat: add some margin to browser & panel --- src/index.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/index.css b/src/index.css index 597de7e7..d06f9936 100644 --- a/src/index.css +++ b/src/index.css @@ -25,6 +25,8 @@ code { } #browser-actions { + margin-right: 0.5rem; + margin-top: 0.5rem; background: rgb(255, 255, 255); background: -moz-radial-gradient( circle, @@ -81,6 +83,11 @@ code { transform-origin: top left; /* Keep the position fixed */ } +#browser { +margin-left: 0.5rem; + margin-top: 0.5rem; +} + #browser-window { overflow-y: auto; height: 100%;