Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
medium_theme
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
medium_theme
Merge requests
!9
created MR as per patch for maintainer's convenience
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
created MR as per patch for maintainer's convenience
issue/medium_theme-3445432:3445432-menu-needs-to
into
8.x-1.x
Overview
0
Commits
3
Pipelines
0
Changes
3
Open
Amandeep Singh
requested to merge
issue/medium_theme-3445432:3445432-menu-needs-to
into
8.x-1.x
7 months ago
Overview
0
Commits
3
Pipelines
0
Changes
3
Expand
Closes
#3445432
👍
0
👎
0
Merge request reports
Compare
8.x-1.x
version 2
195a5f4e
7 months ago
version 1
41348ba5
7 months ago
8.x-1.x (HEAD)
and
latest version
latest version
01412b9b
3 commits,
7 months ago
version 2
195a5f4e
2 commits,
7 months ago
version 1
41348ba5
1 commit,
7 months ago
3 files
+
61
−
13
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
css/style.css
+
27
−
6
Options
@@ -1081,16 +1081,11 @@ p:last-child {
flex-flow
:
row
nowrap
;
justify-content
:
flex-start
;
align-items
:
center
;
overflow-x
:
auto
;
-webkit-overflow-scrolling
:
touch
;
-ms-overflow-style
:
-ms-autohiding-scrollbar
;
}
.site-navigation
.site--main-menu
::-webkit-scrollbar
{
display
:
none
;
}
.site-navigation
.site--main-menu
li
{
flex
:
0
0
auto
;
margin-right
:
1.75rem
;
position
:
relative
;
}
.site-navigation
.site--main-menu
li
a
{
color
:
#6a6a6a
;
@@ -1104,6 +1099,32 @@ p:last-child {
.site-navigation
.site--main-menu
li
a
:hover
{
color
:
#0f0f0f
;
}
.site-navigation
.site--main-menu
li
:hover
ul
{
display
:
block
;
}
.site-navigation
.site--main-menu
li
ul
{
list-style-image
:
none
;
list-style-type
:
none
;
margin
:
0
;
padding
:
0
;
display
:
none
;
background-color
:
#F5F5F5
;
position
:
absolute
;
left
:
0
;
width
:
15rem
;
}
.site-navigation
.site--main-menu
li
ul
li
{
padding
:
0.5rem
;
margin
:
0
;
border-bottom
:
1px
solid
#EEEEEE
;
}
.site-navigation
.site--main-menu
li
ul
li
:last-child
{
border-bottom
:
none
;
}
.site-navigation
.site--main-menu
li
ul
ul
{
top
:
0
;
left
:
100%
;
}
.pager
.pager__items
{
margin
:
1rem
0
;
Loading