mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-07 09:35:54 -08:00
tweak widget layouts for mobile
This commit is contained in:
@@ -4,8 +4,8 @@ import Memory from "./memory";
|
||||
|
||||
export default function Resources({ options }) {
|
||||
return (
|
||||
<div className="flex flex-col max-w:full basis-1/2 sm:basis-auto self-center">
|
||||
<div className="flex flex-row space-x-4 self-center">
|
||||
<div className="flex flex-col max-w:full sm:basis-auto self-center m-auto flex-wrap">
|
||||
<div className="flex flex-row self-center flex-wrap justify-between">
|
||||
{options.cpu && <Cpu />}
|
||||
{options.memory && <Memory />}
|
||||
{Array.isArray(options.disk)
|
||||
|
||||
Reference in New Issue
Block a user