feat: add some margin to browser & panel

This commit is contained in:
karishmas6
2024-10-19 04:47:43 +05:30
parent 06d8b83595
commit 69b64da0b4

View File

@@ -25,6 +25,8 @@ code {
} }
#browser-actions { #browser-actions {
margin-right: 0.5rem;
margin-top: 0.5rem;
background: rgb(255, 255, 255); background: rgb(255, 255, 255);
background: -moz-radial-gradient( background: -moz-radial-gradient(
circle, circle,
@@ -81,6 +83,11 @@ code {
transform-origin: top left; /* Keep the position fixed */ transform-origin: top left; /* Keep the position fixed */
} }
#browser {
margin-left: 0.5rem;
margin-top: 0.5rem;
}
#browser-window { #browser-window {
overflow-y: auto; overflow-y: auto;
height: 100%; height: 100%;