mirror of
https://github.com/liriliri/eruda.git
synced 2026-03-20 09:38:37 +08:00
Fix: Half screen setting
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "eruda",
|
||||
"version": "0.6.0",
|
||||
"version": "0.6.1",
|
||||
"description": "Console for Mobile Browsers",
|
||||
"main": "dist/eruda.js",
|
||||
"scripts": {
|
||||
|
||||
@@ -2,7 +2,11 @@
|
||||
@import "../style/mixin";
|
||||
|
||||
.dev-tools {
|
||||
@include absolute();
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
padding-top: 55px !important;
|
||||
background: #fff;
|
||||
z-index: 500;
|
||||
|
||||
Reference in New Issue
Block a user