Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
imghost
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Janne Mareike Koschinski
imghost
Commits
b864150e
Commit
b864150e
authored
7 years ago
by
Janne Mareike Koschinski
Browse files
Options
Downloads
Patches
Plain Diff
Improved UI
parent
4bf53af0
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
assets/sass/style.sass
+36
-11
36 additions, 11 deletions
assets/sass/style.sass
templates/_navigation.html
+1
-1
1 addition, 1 deletion
templates/_navigation.html
with
37 additions
and
12 deletions
assets/sass/style.sass
+
36
−
11
View file @
b864150e
*
*
margin
:
0
padding
:
0
...
...
@@ -8,9 +8,39 @@ body
font-size
:
81
.25%
nav
background
:
#607D8B
nav
ul
display
:
flex
.spacer
flex-grow
:
1
max-width
:
1024px
margin
:
0
auto
height
:
56px
align-items
:
center
li
display
:
block
line-height
:
24px
&
.title
font-size
:
24px
color
:
#FFC107
font-weight
:
700
&
:not
(
.spacer
)
margin
:
0
8px
&
:first-child
margin-left
:
0
&
:last-child
margin-right
:
0
&
:not
(
.title
)
:not
(
.me
)
a
display
:
block
background
:
#FFC107
padding
:
4px
16px
border-radius
:
2px
box-shadow
:
0
1px
2px
rgba
(
0
,
0
,
0
,
0
.1
)
&
:hover
background
:
#FFD54F
box-shadow
:
0
2px
4px
rgba
(
0
,
0
,
0
,
0
.2
)
li
,
li
>
*
color
:
#282828
text-decoration
:
none
.images
display
:
flex
...
...
@@ -18,21 +48,18 @@ nav
margin
:
0
auto
align-items
:
start
flex-wrap
:
wrap
.image
padding
:
8px
margin
:
8px
position
:
relative
box-shadow
:
0
2px
4px
rgba
(
33
,
33
,
33
,
0
.2
)
box-shadow
:
0
2px
4px
rgba
(
33
,
33
,
33
,
0
.2
)
transition
:
all
200ms
text-decoration
:
none
width
:
160px
background
:
#ffffff
&
:hover
&
:
hover
margin-top
:
4px
box-shadow
:
0
4px
6px
rgba
(
33
,
33
,
33
,
0
.3
)
box-shadow
:
0
4px
6px
rgba
(
33
,
33
,
33
,
0
.3
)
.image-container
display
:
flex
justify-content
:
center
...
...
@@ -42,7 +69,6 @@ nav
flex-direction
:
column
height
:
160px
width
:
160px
.info
display
:
block
z-index
:
1
...
...
@@ -50,7 +76,6 @@ nav
line-height
:
1
.25
font-size
:
10pt
padding-top
:
12px
p
white-space
:
nowrap
text-overflow
:
ellipsis
...
...
This diff is collapsed.
Click to expand it.
templates/_navigation.html
+
1
−
1
View file @
b864150e
...
...
@@ -9,7 +9,7 @@
{{if .Id}}
<li><a
href=
"/me/images"
>
My Images
</a></li>
<li><a
href=
"/me/albums"
>
My Albums
</a></li>
<li><a
href=
"/me/"
>
{{.Name}}
</a></li>
<li
class=
"me"
><a
href=
"/me/"
>
{{.Name}}
</a></li>
{{end}}
</ul>
</nav>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment