mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 06:08:48 +00:00
tweak widget layouts for mobile
This commit is contained in:
parent
ad53119088
commit
ffbb1f5f0b
6 changed files with 17 additions and 16 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue