fix: logs icons everywhere + terminal

This commit is contained in:
Andras Bacsai
2025-01-16 12:40:37 +01:00
parent 55d61ffaee
commit 7a8f66b2ec
4 changed files with 59 additions and 43 deletions

View File

@@ -313,7 +313,7 @@ section {
}
.fullscreen {
@apply fixed top-0 left-0 w-full h-full z-[9999] dark:bg-coolgray-100 bg-white 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;
}
.toast {
@@ -322,4 +322,8 @@ section {
.dz-button {
@apply w-full p-4 py-10 my-4 font-bold bg-white border dark:border-coolgray-400 dark:text-white dark:bg-transparent hover:dark:bg-coolgray-400;
}
.xterm {
@apply p-2;
}