We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 207955e + d2f1c3c commit 5918e9bCopy full SHA for 5918e9b
css/style.css
@@ -12,6 +12,8 @@
12
{
13
flex: 0 0 250px;
14
border: 1px solid #e5e5e5;
15
+ border-radius: 4px 4px 0 0;
16
+ margin-bottom: 16px;
17
margin-right: 15px;
18
overflow: auto;
19
}
@@ -54,7 +56,6 @@
54
56
text-align: left;
55
57
padding: 10px 16px;
58
word-wrap: break-word;
- border-radius: 3px 3px 0 0;
59
font-weight: bold;
60
61
margin-bottom: 15px;
@@ -81,8 +82,6 @@
81
82
display: none;
83
84
-
85
86
.gitlab-tree-plugin-left .file
87
88
padding-left: 20px;
@@ -96,6 +95,7 @@
96
95
.gitlab-tree-plugin-right
97
98
flex: 0 0 1;
+ width: calc(100% - 265px);
99
100
101
.gitlab-tree-plugin-file-renamed, .gitlab-tree-plugin-file-renamed:hover
@@ -123,4 +123,4 @@
123
.gitlab-tree-plugin-file-commented-icon
124
125
margin-right: 7px;
126
-}
+}
0 commit comments