Removed non utils things

This commit is contained in:
Gilles Lazures 2026-02-11 02:36:48 +01:00
parent aa0775d58b
commit e9958306d1
2 changed files with 4 additions and 0 deletions

View File

@ -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){

View File

@ -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;