Skip to content

Commit

Permalink
Borderless Workstore
Browse files Browse the repository at this point in the history
  • Loading branch information
MadjikDotPng authored Sep 28, 2023
1 parent 6b7ecd5 commit 4ffee2c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions apps/workstore.app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,16 @@ const repoScreen = document.getElementById('repoScreen');
const appListScreen = document.getElementById('appListScreen')
const appInstallerScreen = document.getElementById('appInstallerScreen');

parent.document.body.querySelector(".title").style["background-color"] = "#222";
parent.document.body.querySelector(".title").style["background-image"] = "radial-gradient(#666 1px, transparent 0)";
parent.document.body.querySelector(".title").style["background-size"] = "20px 20px";
parent.document.body.querySelector(".title").style["background-position"] = "-19px -19px";


// background-image: radial-gradient(#666 1px, transparent 0);
// background-size: 20px 20px;
// background-position: -19px -19px;

async function loadappListScreen(repo) {

window.client = window.client || await createBareClient(anura.settings.get("bare-url")); // define the bare client if its not defined already
Expand Down

0 comments on commit 4ffee2c

Please sign in to comment.