Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
V
vidai
Project
Project
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
SexHackMe
vidai
Commits
6d5c742f
Commit
6d5c742f
authored
Oct 08, 2025
by
Stefy Lanza (nextime / spora )
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make navbar dropdown triggers (Admin and Documentations) visually identical to regular nav links
parent
316bc8ca
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
base.html
templates/base.html
+4
-4
No files found.
templates/base.html
View file @
6d5c742f
...
@@ -22,15 +22,15 @@
...
@@ -22,15 +22,15 @@
.user-dropdown
a
:last-child
{
border-bottom
:
none
;
color
:
#dc2626
;
}
.user-dropdown
a
:last-child
{
border-bottom
:
none
;
color
:
#dc2626
;
}
.user-dropdown
a
:hover
{
background
:
#f8fafc
;
}
.user-dropdown
a
:hover
{
background
:
#f8fafc
;
}
.admin-menu
{
display
:
flex
;
align-items
:
center
;
gap
:
1rem
;
position
:
relative
;
}
.admin-menu
{
display
:
flex
;
align-items
:
center
;
gap
:
1rem
;
position
:
relative
;
}
.admin-icon
{
cursor
:
pointer
;
padding
:
0.5rem
;
border-radius
:
4px
;
background
:
#f8fafc
;
transition
:
background
0.2s
;
}
.admin-icon
{
cursor
:
pointer
;
text-decoration
:
none
;
color
:
#64748b
;
font-weight
:
500
;
transition
:
color
0.2s
;
}
.admin-icon
:hover
{
background
:
#e2e8f0
;
}
.admin-icon
:hover
{
color
:
#667eea
;
}
.admin-dropdown
{
display
:
none
;
position
:
absolute
;
top
:
100%
;
left
:
0
;
background
:
white
;
min-width
:
200px
;
box-shadow
:
0
4px
12px
rgba
(
0
,
0
,
0
,
0.15
);
border-radius
:
8px
;
z-index
:
1000
;
}
.admin-dropdown
{
display
:
none
;
position
:
absolute
;
top
:
100%
;
left
:
0
;
background
:
white
;
min-width
:
200px
;
box-shadow
:
0
4px
12px
rgba
(
0
,
0
,
0
,
0.15
);
border-radius
:
8px
;
z-index
:
1000
;
}
.admin-dropdown
a
{
display
:
block
;
padding
:
0.75rem
1rem
;
text-decoration
:
none
;
color
:
#374151
;
border-bottom
:
1px
solid
#f1f5f9
;
}
.admin-dropdown
a
{
display
:
block
;
padding
:
0.75rem
1rem
;
text-decoration
:
none
;
color
:
#374151
;
border-bottom
:
1px
solid
#f1f5f9
;
}
.admin-dropdown
a
:last-child
{
border-bottom
:
none
;
}
.admin-dropdown
a
:last-child
{
border-bottom
:
none
;
}
.admin-dropdown
a
:hover
{
background
:
#f8fafc
;
}
.admin-dropdown
a
:hover
{
background
:
#f8fafc
;
}
.docs-menu
{
display
:
flex
;
align-items
:
center
;
gap
:
1rem
;
position
:
relative
;
}
.docs-menu
{
display
:
flex
;
align-items
:
center
;
gap
:
1rem
;
position
:
relative
;
}
.docs-icon
{
cursor
:
pointer
;
padding
:
0.5rem
;
border-radius
:
4px
;
background
:
#f8fafc
;
transition
:
background
0.2s
;
}
.docs-icon
{
cursor
:
pointer
;
text-decoration
:
none
;
color
:
#64748b
;
font-weight
:
500
;
transition
:
color
0.2s
;
}
.docs-icon
:hover
{
background
:
#e2e8f0
;
}
.docs-icon
:hover
{
color
:
#667eea
;
}
.docs-dropdown
{
display
:
none
;
position
:
absolute
;
top
:
100%
;
left
:
0
;
background
:
white
;
min-width
:
200px
;
box-shadow
:
0
4px
12px
rgba
(
0
,
0
,
0
,
0.15
);
border-radius
:
8px
;
z-index
:
1000
;
}
.docs-dropdown
{
display
:
none
;
position
:
absolute
;
top
:
100%
;
left
:
0
;
background
:
white
;
min-width
:
200px
;
box-shadow
:
0
4px
12px
rgba
(
0
,
0
,
0
,
0.15
);
border-radius
:
8px
;
z-index
:
1000
;
}
.docs-dropdown
a
{
display
:
block
;
padding
:
0.75rem
1rem
;
text-decoration
:
none
;
color
:
#374151
;
border-bottom
:
1px
solid
#f1f5f9
;
}
.docs-dropdown
a
{
display
:
block
;
padding
:
0.75rem
1rem
;
text-decoration
:
none
;
color
:
#374151
;
border-bottom
:
1px
solid
#f1f5f9
;
}
.docs-dropdown
a
:last-child
{
border-bottom
:
none
;
}
.docs-dropdown
a
:last-child
{
border-bottom
:
none
;
}
...
...
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