🎨 Improved cross-theme widget styling and options

This commit is contained in:
Alicia Sykes
2022-01-22 20:46:34 +00:00
parent c3b6d2b0e0
commit 407384de63
5 changed files with 68 additions and 12 deletions

View File

@@ -26,7 +26,7 @@ iframe {
height: calc(100% - var(--header-height));
width: calc(100% - var(--side-bar-width));
border: none;
background: white;
background: var(--workspace-web-content-background);
}
.web-content.hide {