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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
0a6d9498
Commit
0a6d9498
authored
Mar 30, 2018
by
André Luís
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Refactor spacing of WebIDE containers
parent
226b9f81
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
10 deletions
+14
-10
app/assets/stylesheets/pages/repo.scss
app/assets/stylesheets/pages/repo.scss
+14
-10
No files found.
app/assets/stylesheets/pages/repo.scss
View file @
0a6d9498
...
...
@@ -19,7 +19,7 @@
.ide-view
{
display
:
flex
;
height
:
calc
(
100vh
-
#{
$header-height
}
);
margin-top
:
40px
;
margin-top
:
0
;
border-top
:
1px
solid
$white-dark
;
border-bottom
:
1px
solid
$white-dark
;
...
...
@@ -456,6 +456,8 @@
display
:
flex
;
flex-direction
:
column
;
flex
:
1
;
max-height
:
100%
;
overflow
:
auto
;
}
.multi-file-commit-empty-state-container
{
...
...
@@ -466,7 +468,7 @@
.multi-file-commit-panel-header
{
display
:
flex
;
align-items
:
center
;
margin-bottom
:
12px
;
margin-bottom
:
0
;
border-bottom
:
1px
solid
$white-dark
;
padding
:
$gl-btn-padding
0
;
...
...
@@ -673,8 +675,14 @@
overflow
:
hidden
;
&
.nav-only
{
padding-top
:
$header-height
;
.with-performance-bar
&
{
padding-top
:
$header-height
+
$performance-bar-height
;
}
.flash-container
{
margin-top
:
$header-height
;
margin-top
:
0
;
margin-bottom
:
0
;
}
...
...
@@ -684,7 +692,7 @@
}
.content-wrapper
{
margin-top
:
$header-height
;
margin-top
:
0
;
padding-bottom
:
0
;
}
...
...
@@ -708,11 +716,11 @@
.with-performance-bar
.ide.nav-only
{
.flash-container
{
margin-top
:
#{
$header-height
+
$performance-bar-height
}
;
margin-top
:
0
;
}
.content-wrapper
{
margin-top
:
#{
$header-height
+
$performance-bar-height
}
;
margin-top
:
0
;
padding-bottom
:
0
;
}
...
...
@@ -721,10 +729,6 @@
}
&
.flash-shown
{
.content-wrapper
{
margin-top
:
0
;
}
.ide-view
{
height
:
calc
(
100vh
-
#{
$header-height
+
$performance-bar-height
+
$flash-height
}
);
}
...
...
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