File tree Expand file tree Collapse file tree 2 files changed +2
-13
lines changed Expand file tree Collapse file tree 2 files changed +2
-13
lines changed Original file line number Diff line number Diff line change @@ -1142,18 +1142,7 @@ export function ChatPage({
1142
1142
</ Dropzone >
1143
1143
) : (
1144
1144
< div className = "mx-auto h-full flex" >
1145
- < div
1146
- style = { { transition : "width 0.30s ease-out" } }
1147
- className = { `flex-none bg-transparent transition-all bg-opacity-80 duration-300 ease-in-out h-full
1148
- ${
1149
- sidebarVisible && ! settings ?. isMobile
1150
- ? "w-[250px] "
1151
- : "w-[0px]"
1152
- } `}
1153
- />
1154
- < div className = "my-auto" >
1155
- < OnyxInitializingLoader />
1156
- </ div >
1145
+ < OnyxInitializingLoader />
1157
1146
</ div >
1158
1147
) }
1159
1148
</ div >
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ export default function Settings({ folded }: SettingsProps) {
147
147
{ `Notifications ${ ( notifications && notifications . length ) || 0 > 0 ? `(${ notifications ! . length } )` : "" } ` }
148
148
</ MenuButton >
149
149
150
- { ! showLogout && (
150
+ { showLogout && (
151
151
< >
152
152
{ ( showCuratorPanel ||
153
153
showAdminPanel ||
You can’t perform that action at this time.
0 commit comments