feat: add some margin to browser & panel
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user