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