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)
|
||||
.SetUseOsDefaultSize(false)
|
||||
.SetChromeless(true)
|
||||
.SetDevToolsEnabled(false)
|
||||
.SetContextMenuEnabled(false)
|
||||
.RegisterCustomSchemeHandler("http", (object sender, string scheme, string url, out string contentType) =>{
|
||||
Uri uri = new Uri(url);
|
||||
switch (uri.Host){
|
||||
|
||||
@ -14,6 +14,7 @@ main {
|
||||
right: 0px;
|
||||
bottom: 0px;
|
||||
overflow: hidden;
|
||||
background-color: #212121;
|
||||
}
|
||||
|
||||
aside {
|
||||
@ -22,6 +23,7 @@ aside {
|
||||
}
|
||||
|
||||
aside > article.frame {
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
color: #ffffff;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user