Make dashboard widgets more mobile responsive

This commit is contained in:
Keannu Christian Bernasol 2023-12-03 01:15:05 +08:00
parent 6783b02163
commit fb41277746
2 changed files with 22 additions and 7 deletions

View file

@ -87,7 +87,7 @@ export default function Dashboard() {
backgroundColor: "#a6a6a6",
alignSelf: "center",
justifyContent: "center",
width: "32rem",
width: "16rem",
}}
>
<p
@ -118,7 +118,7 @@ export default function Dashboard() {
backgroundColor: "#a6a6a6",
alignSelf: "center",
justifyContent: "center",
width: "32rem",
width: "16rem",
}}
>
<p
@ -160,7 +160,7 @@ export default function Dashboard() {
backgroundColor: "#a6a6a6",
alignSelf: "center",
justifyContent: "center",
width: "32rem",
width: "16rem",
}}
>
<p
@ -195,7 +195,7 @@ export default function Dashboard() {
backgroundColor: "#a6a6a6",
alignSelf: "center",
justifyContent: "center",
width: "32rem",
width: "16rem",
}}
>
<p
@ -497,7 +497,7 @@ export default function Dashboard() {
modal
position={"top center"}
contentStyle={{
width: "512px",
width: "32rem",
borderRadius: 16,
borderColor: "grey",
borderStyle: "solid",
@ -516,7 +516,7 @@ export default function Dashboard() {
modal
position={"top center"}
contentStyle={{
width: "512px",
width: "32rem",
borderRadius: 16,
borderColor: "grey",
borderStyle: "solid",