Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Tatuya Kamada
gitlab-ce
Commits
30856b1e
Commit
30856b1e
authored
Jun 01, 2016
by
Annabel Dunstone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add flexbox to project header
parent
933a6e0d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
app/assets/stylesheets/pages/projects.scss
app/assets/stylesheets/pages/projects.scss
+9
-1
No files found.
app/assets/stylesheets/pages/projects.scss
View file @
30856b1e
...
@@ -32,6 +32,15 @@
...
@@ -32,6 +32,15 @@
.container-fluid
{
.container-fluid
{
position
:
relative
;
position
:
relative
;
@media
(
min-width
:
$screen-md-max
)
{
.row
{
display
:
flex
;
-ms-flex-align
:
center
;
-webkit-align-items
:
center
;
-webkit-box-align
:
center
;
}
}
}
}
.cover-controls
{
.cover-controls
{
...
@@ -57,7 +66,6 @@
...
@@ -57,7 +66,6 @@
max-width
:
86px
;
max-width
:
86px
;
min-width
:
86px
;
min-width
:
86px
;
padding-right
:
0
;
padding-right
:
0
;
margin
:
11px
0
;
@media
(
max-width
:
$screen-md-max
)
{
@media
(
max-width
:
$screen-md-max
)
{
padding-left
:
0
;
padding-left
:
0
;
...
...
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