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%;