Fixed sidebar colur and Cpu and Ram
This commit is contained in:
@@ -36,7 +36,7 @@ export function SystemMonitor({ collapsed }: SystemMonitorProps) {
|
||||
|
||||
if (collapsed) {
|
||||
return (
|
||||
<div className="border-t border-sidebar-border px-3 py-2 flex justify-center gap-1.5">
|
||||
<div className="border-t border-sidebar-border px-1 py-1.5 flex flex-col items-center text-[10px] leading-tight">
|
||||
<span className={ramOver ? "text-red-400" : "text-[var(--theme-primary,#3b91f7)]"}>
|
||||
{rssMB}
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user