diff --git a/src/app/content/App.tsx b/src/app/content/App.tsx
index e658204..7ff010a 100644
--- a/src/app/content/App.tsx
+++ b/src/app/content/App.tsx
@@ -62,19 +62,31 @@ export default function App() {
}, [danmakuIsEnabled])
return (
- appStatusLoadIsFinished && (
-
-
-
-
-
- {notUserInfo && }
-
-
-
-
-
-
- )
+
+ {appStatusLoadIsFinished && (
+ <>
+
+
+
+
+ {notUserInfo && }
+
+
+
+ >
+ )}
+
+
)
}
diff --git a/src/app/content/index.tsx b/src/app/content/index.tsx
index 153f9c6..1d317cb 100644
--- a/src/app/content/index.tsx
+++ b/src/app/content/index.tsx
@@ -13,10 +13,10 @@ import { NotificationImpl } from '@/domain/impls/Notification'
import { ToastImpl } from '@/domain/impls/Toast'
// import { PeerRoomImpl } from '@/domain/impls/PeerRoom'
import { PeerRoomImpl } from '@/domain/impls/PeerRoom2'
-import '@/assets/styles/tailwind.css'
// Remove import after merging: https://github.com/emilkowalski/sonner/pull/508
import '@/assets/styles/sonner.css'
import '@/assets/styles/overlay.css'
+import '@/assets/styles/tailwind.css'
import NotificationDomain from '@/domain/Notification'
import { createElement } from '@/utils'
diff --git a/src/app/content/views/AppButton/index.tsx b/src/app/content/views/AppButton/index.tsx
index 0d463c2..e30fd53 100644
--- a/src/app/content/views/AppButton/index.tsx
+++ b/src/app/content/views/AppButton/index.tsx
@@ -107,7 +107,7 @@ const AppButton: FC = ({ className }) => {
-