generated from azures04/Photino-Boilerplate
Removed non utils things
This commit is contained in:
parent
aa0775d58b
commit
e9958306d1
@ -27,6 +27,8 @@ class Program{
|
|||||||
.SetUseOsDefaultLocation(false)
|
.SetUseOsDefaultLocation(false)
|
||||||
.SetUseOsDefaultSize(false)
|
.SetUseOsDefaultSize(false)
|
||||||
.SetChromeless(true)
|
.SetChromeless(true)
|
||||||
|
.SetDevToolsEnabled(false)
|
||||||
|
.SetContextMenuEnabled(false)
|
||||||
.RegisterCustomSchemeHandler("http", (object sender, string scheme, string url, out string contentType) =>{
|
.RegisterCustomSchemeHandler("http", (object sender, string scheme, string url, out string contentType) =>{
|
||||||
Uri uri = new Uri(url);
|
Uri uri = new Uri(url);
|
||||||
switch (uri.Host){
|
switch (uri.Host){
|
||||||
|
|||||||
@ -14,6 +14,7 @@ main {
|
|||||||
right: 0px;
|
right: 0px;
|
||||||
bottom: 0px;
|
bottom: 0px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
background-color: #212121;
|
||||||
}
|
}
|
||||||
|
|
||||||
aside {
|
aside {
|
||||||
@ -22,6 +23,7 @@ aside {
|
|||||||
}
|
}
|
||||||
|
|
||||||
aside > article.frame {
|
aside > article.frame {
|
||||||
|
position: fixed;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user