mirror of
https://github.com/liriliri/eruda.git
synced 2026-04-01 10:18:35 +08:00
Dev: Remove log margin
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
.header {
|
||||
@include overflow-auto(x);
|
||||
white-space: nowrap;
|
||||
margin: 10px 0;
|
||||
margin: 5px 0;
|
||||
padding: 0 $padding;
|
||||
font-size: $font-size-s;
|
||||
color: $gray;
|
||||
@@ -17,9 +17,7 @@
|
||||
.log-item {
|
||||
@include clear-float();
|
||||
background: #fff;
|
||||
margin: 10px 0;
|
||||
padding: $padding;
|
||||
border-top: 1px solid $gray-light;
|
||||
border-bottom: 1px solid $gray-light;
|
||||
a {
|
||||
color: $blue !important;
|
||||
|
||||
Reference in New Issue
Block a user