We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fe45702 + 0e8a9ea commit 35e7f24Copy full SHA for 35e7f24
2 files changed
src/proxy/gitlab/diazo.xml
@@ -7,6 +7,10 @@
7
<before css:theme-children="#main-content" css:content-children="body" />
8
9
<merge attributes="class" css:theme="body" css:content="body" />
10
+
11
+ <!-- Add gitlab properties -->
12
+ <merge attributes="data-page" css:theme="body" css:content="body" />
13
+ <merge attributes="data-project-id" css:theme="body" css:content="body" />
14
15
<drop css:content="#top-panel" />
16
<drop css:content=".navbar-gitlab" />
src/proxy/gitlab/templates/proxy/gitlab.html
@@ -3,6 +3,14 @@
3
4
{% block head_css %}
5
<style>
6
+ /* Reset left and with for .modal-dialog style (like gitlab does),
+ the bootstrap.css one makes it small */
+ @media screen and (min-width: 768px) {
+ .modal-dialog {
+ left: auto;
+ width: auto;
+ }
div#main-content {
margin-top: 65px;
}
0 commit comments