Fix: Small bugs

This commit is contained in:
surunzi
2016-05-30 09:50:06 +08:00
parent 04b6b9e0de
commit 36d2af32b4
21 changed files with 69 additions and 110 deletions

View File

@@ -3,14 +3,11 @@
.dev-tools { .tools {
.sources {
overflow-y: auto;
-webkit-overflow-scrolling: touch;
font-size: 14px;
@include overflow-auto(y);
.code, .raw {
@include overflow-auto(x);
background: #fff;
padding: $padding;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
min-height: 100%;
}
.code {
@@ -54,22 +51,20 @@
}
}
.response, .data {
@include overflow-auto(x);
background: #fff;
padding: $padding;
margin-bottom: 10px;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
}
.json {
@include overflow-auto(x);
font-family: $font-family-code;
font-size: $font-size-s;
line-height: 1.2;
background: #fff;
min-height: 100%;
padding: $padding 25px 10px;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
&, ul {
list-style: none !important;
}