mirror of
https://github.com/HackPlan/quark-shell-mac.git
synced 2026-04-29 20:16:05 +08:00
First attempt on WKWebView.
quark APIs are not implemented.
This commit is contained in:
committed by
LIU Dongyuan / 柳东原
parent
e781bd390f
commit
a692a09498
@@ -4,7 +4,7 @@
|
||||
<title>Quark Shell</title>
|
||||
<style>
|
||||
html {
|
||||
height: 100%;
|
||||
height: 260px;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
background-color: white;
|
||||
@@ -13,7 +13,7 @@
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
overflow: auto;
|
||||
overflow: hidden;
|
||||
font-family: -apple-system-font, sans-serif;
|
||||
}
|
||||
h1 {
|
||||
@@ -22,7 +22,7 @@
|
||||
font-weight: normal;
|
||||
color: #333;
|
||||
margin: 0;
|
||||
padding: 12px 0 10px 0;
|
||||
padding: 7px 0 10px 0;
|
||||
font-size: 16px;
|
||||
border-bottom: 1px solid #ccc;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user