basic snippets
This commit is contained in:
@@ -35,6 +35,7 @@ a {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
.devbug-header {
|
||||
@@ -115,4 +116,15 @@ pre {outline: 1px solid #ccc; padding: 5px; margin: 5px; }
|
||||
.action-li {
|
||||
display: inline;
|
||||
margin-right: 15px;
|
||||
}
|
||||
|
||||
#editor {
|
||||
position: relative;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
height: 50%;
|
||||
min-height: 500px;
|
||||
z-index: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user