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
be9ddb83
Commit
be9ddb83
authored
Jul 17, 2025
by
asranov0003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refactor: header fixed
parent
ce4f40f3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
2 deletions
+10
-2
Header.css
src/layouts/Header/Header.css
+8
-0
Notifications.css
src/pages/Notifications/Notifications.css
+1
-1
Settings.css
src/pages/Settings/Settings.css
+1
-1
No files found.
src/layouts/Header/Header.css
View file @
be9ddb83
.header
{
position
:
fixed
;
top
:
0
;
left
:
0
;
right
:
0
;
height
:
60px
;
z-index
:
100
;
background
:
var
(
--background-color
);
display
:
flex
;
justify-content
:
space-between
;
align-items
:
center
;
padding
:
0
1rem
;
}
.header__actions
{
...
...
src/pages/Notifications/Notifications.css
View file @
be9ddb83
.notifications
{
padding
:
0
1rem
;
padding
:
4rem
1rem
0
1rem
;
}
.notification__title
{
...
...
src/pages/Settings/Settings.css
View file @
be9ddb83
.settings
{
padding
:
0
1rem
;
padding
:
4rem
1rem
0
1rem
;
}
.settings__title
{
...
...
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