ui: fix log outputs

This commit is contained in:
Andras Bacsai
2024-03-27 10:54:17 +01:00
parent 342ebecef2
commit 8f47761200
5 changed files with 87 additions and 85 deletions

View File

@@ -280,7 +280,7 @@ tr td:first-child {
}
.fullscreen {
@apply fixed top-0 left-0 w-full h-full z-[9999] bg-coolgray-100 overflow-y-auto scrollbar pb-4;
@apply fixed top-0 left-0 w-full h-full z-[9999] dark:bg-coolgray-100 bg-white overflow-y-auto scrollbar pb-4;
}
.toast {