Skip to content
This repository was archived by the owner on May 25, 2025. It is now read-only.

Commit 5a84eea

Browse files
committed
feat(tailwind): Only use utilities for remove dialog bug
1 parent 430b46f commit 5a84eea

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/apps/main/core/common/statusbar/statusbar.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ export function StatusBarElem() {
1313
id="nora-statusbar"
1414
toolbarname="Status bar"
1515
customizable="true"
16-
class={`border-t border-[var(--chrome-content-separator-color)] ${
17-
manager.showStatusBar() ? "flex items-center" : "hidden"
18-
} browser-toolbar w-full !bg-[var(--panel-sidebar-background-color)]`}
16+
class={`border-t border-[var(--chrome-content-separator-color)] ${manager.showStatusBar() ? "flex items-center" : "hidden"
17+
} browser-toolbar w-full !bg-[var(--panel-sidebar-background-color)]`}
1918
mode="icons"
2019
context="toolbar-context-menu"
2120
accesskey="A"

src/apps/main/core/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import "tailwindcss";
1+
@tailwind utilities;
22
@plugin "daisyui" {
33
themes: light --default, dark --prefersdark, cupcake;
44
}

0 commit comments

Comments
 (0)