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
e9b9e13b
Commit
e9b9e13b
authored
Jul 17, 2025
by
asranov0003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refactor: section header fixed to top
parent
3935464e
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
18 additions
and
2 deletions
+18
-2
SectionHeader.css
src/layouts/SectionHeader/SectionHeader.css
+8
-0
BlockApps.css
src/pages/BlockApps/BlockApps.css
+4
-0
BlockApps.tsx
src/pages/BlockApps/BlockApps.tsx
+1
-1
ManageApps.css
src/pages/ManageApps/ManageApps.css
+5
-1
No files found.
src/layouts/SectionHeader/SectionHeader.css
View file @
e9b9e13b
.sectionheader
{
.sectionheader
{
position
:
fixed
;
top
:
0
;
left
:
0
;
right
:
0
;
height
:
60px
;
z-index
:
100
;
background
:
var
(
--background-color
);
display
:
flex
;
display
:
flex
;
justify-content
:
space-between
;
justify-content
:
space-between
;
align-items
:
center
;
align-items
:
center
;
padding
:
0
1rem
;
}
}
.sectionheader__link
{
.sectionheader__link
{
...
...
src/pages/BlockApps/BlockApps.css
View file @
e9b9e13b
.blockapps
{
padding-top
:
60px
;
}
.blockapps__content
{
.blockapps__content
{
display
:
flex
;
display
:
flex
;
flex-direction
:
column
;
flex-direction
:
column
;
...
...
src/pages/BlockApps/BlockApps.tsx
View file @
e9b9e13b
...
@@ -148,7 +148,7 @@ const BlockApps: React.FC = () => {
...
@@ -148,7 +148,7 @@ const BlockApps: React.FC = () => {
return
(
return
(
<
div
className=
"blockapps wrapper"
>
<
div
className=
"blockapps wrapper"
>
<
SectionHeader
to=
"/home"
/>
<
SectionHeader
to=
"/home
/manage-apps
"
/>
<
div
>
{
renderTabContent
()
}
</
div
>
<
div
>
{
renderTabContent
()
}
</
div
>
...
...
src/pages/ManageApps/ManageApps.css
View file @
e9b9e13b
.manageapps
{
padding-top
:
60px
;
}
;
.manageapps__content
{
.manageapps__content
{
display
:
flex
;
display
:
flex
;
flex-direction
:
column
;
flex-direction
:
column
;
...
@@ -5,7 +9,7 @@
...
@@ -5,7 +9,7 @@
}
}
.manageapps__content__title
{
.manageapps__content__title
{
margin-
top
:
1
rem
;
margin-
bottom
:
0.5
rem
;
}
}
.manageapps__content__link
{
.manageapps__content__link
{
...
...
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