basic snippets

This commit is contained in:
2019-07-23 16:44:40 -05:00
parent 5ef1306faf
commit ee1c2c2722
7 changed files with 122 additions and 1 deletions

View File

@@ -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;
}