mirror of
https://github.com/lemeow125/Borrowing-TrackerFrontend.git
synced 2025-07-02 02:15:48 +08:00
Added initial popup sidebar
This commit is contained in:
parent
2b5fe8171c
commit
0f64074345
5 changed files with 104 additions and 11 deletions
|
@ -74,7 +74,7 @@ export default function LandingPage() {
|
|||
modal
|
||||
position={"top center"}
|
||||
contentStyle={{
|
||||
width: "30vw",
|
||||
width: "512px",
|
||||
borderRadius: 16,
|
||||
borderColor: "grey",
|
||||
borderStyle: "solid",
|
||||
|
@ -93,7 +93,7 @@ export default function LandingPage() {
|
|||
modal
|
||||
position={"top center"}
|
||||
contentStyle={{
|
||||
width: "30vw",
|
||||
width: "512px",
|
||||
borderRadius: 16,
|
||||
borderColor: "grey",
|
||||
borderStyle: "solid",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue