forked from mirrors/Scribe.js
The collapse arrow was a bit to big
This commit is contained in:
parent
d0a04d38bc
commit
94c6aa42ee
1 changed files with 4 additions and 4 deletions
|
@ -383,7 +383,7 @@ body {
|
|||
.action > * {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
|
||||
|
||||
font-family: "Open Sans";
|
||||
font-size: 11px;
|
||||
font-weight: bold;
|
||||
|
@ -475,9 +475,9 @@ body {
|
|||
background: #333;
|
||||
}
|
||||
.log__collapse {
|
||||
font-size: 12px;
|
||||
padding-right: 13px;
|
||||
padding-left: 7px;
|
||||
font-size: 8px;
|
||||
padding-right: 10px;
|
||||
padding-left: 5px;
|
||||
}
|
||||
.log__collapse > span {
|
||||
display: block;
|
||||
|
|
Loading…
Add table
Reference in a new issue