BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
a78657a6
Commit
a78657a6
authored
Sep 13, 2017
by
Jacob Schatz
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'repo-editor-ui-fix' into 'master'
Several repo editor fixes Closes #36128, #36240, and #37733 See merge request !14126
parents
f06d370b
6457f6c7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
2 deletions
+14
-2
repo.scss
app/assets/stylesheets/pages/repo.scss
+13
-1
_download.html.haml
app/views/projects/blob/viewers/_download.html.haml
+1
-1
No files found.
app/assets/stylesheets/pages/repo.scss
View file @
a78657a6
...
...
@@ -71,6 +71,11 @@
height
:
100%
;
.monaco-editor.vs
{
.current-line
{
border
:
none
;
background
:
$well-light-border
;
}
.line-numbers
{
cursor
:
pointer
;
...
...
@@ -84,6 +89,13 @@
}
}
.blob-no-preview
{
.vertical-center
{
justify-content
:
center
;
width
:
100%
;
}
}
&
.edit-mode
{
.blob-viewer-container
{
overflow
:
hidden
;
...
...
@@ -103,7 +115,7 @@
overflow
:
auto
;
>
div
,
.file-content
{
.file-content
:not
(
.wiki
)
{
display
:
flex
;
}
...
...
app/views/projects/blob/viewers/_download.html.haml
View file @
a78657a6
.file-content.blob_file.blob-no-preview
.center
.center
.render-error.vertical-center
=
link_to
blob_raw_path
do
%h1
.light
=
icon
(
'download'
)
...
...
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