Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
thecybernanny-webapp
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
asranov0003
thecybernanny-webapp
Commits
fc09caf6
Commit
fc09caf6
authored
Jul 12, 2025
by
asranov0003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: home bottom sheet content padding
parent
24d04d97
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
Home.css
src/pages/Home/Home.css
+3
-2
Home.tsx
src/pages/Home/Home.tsx
+1
-1
No files found.
src/pages/Home/Home.css
View file @
fc09caf6
...
...
@@ -7,7 +7,7 @@
}
.home__sheet__info
{
padding
:
1rem
;
padding
:
0.5rem
1rem
;
border-radius
:
10px
;
background
:
var
(
--primary-color
);
color
:
var
(
--on-text-color
);
...
...
@@ -39,10 +39,11 @@
grid-template-columns
:
repeat
(
4
,
1
fr
);
grid-template-rows
:
repeat
(
2
,
auto
);
gap
:
0.5rem
;
margin
:
0
0.5rem
1rem
0.5rem
;
}
.home__menu__link
{
min-width
:
10
0px
;
min-width
:
9
0px
;
display
:
flex
;
flex-direction
:
column
;
justify-content
:
center
;
...
...
src/pages/Home/Home.tsx
View file @
fc09caf6
...
...
@@ -29,7 +29,7 @@ const Home: React.FC = () => {
isOpen=
{
true
}
onClose=
{
()
=>
{}
}
initialSnap=
{
1
}
snapPoints=
{
[
0.
6
,
0.4
]
}
snapPoints=
{
[
0.
7
,
0.425
]
}
style=
{
{
zIndex
:
1
}
}
>
<
Sheet
.
Container
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment