Skip to content

Commit 3ce2153

Browse files
committed
CSS Fixes
- Fix file list header does not have rounded corners like the diff area - Fix bottom of file list not aligned with bottom of diff area - Fix diff area gets clipped at narrow window widths
1 parent 0dfed31 commit 3ce2153

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

css/style.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
{
1313
flex: 0 0 250px;
1414
border: 1px solid #e5e5e5;
15+
border-radius: 4px 4px 0 0;
16+
margin-bottom: 16px;
1517
margin-right: 15px;
1618
overflow: auto;
1719
}
@@ -54,7 +56,6 @@
5456
text-align: left;
5557
padding: 10px 16px;
5658
word-wrap: break-word;
57-
border-radius: 3px 3px 0 0;
5859
font-weight: bold;
5960

6061
margin-bottom: 15px;
@@ -81,8 +82,6 @@
8182
display: none;
8283
}
8384

84-
85-
8685
.gitlab-tree-plugin-left .file
8786
{
8887
padding-left: 20px;
@@ -96,6 +95,7 @@
9695
.gitlab-tree-plugin-right
9796
{
9897
flex: 0 0 1;
98+
width: calc(100% - 265px);
9999
}
100100

101101
.gitlab-tree-plugin-file-renamed, .gitlab-tree-plugin-file-renamed:hover
@@ -123,4 +123,4 @@
123123
.gitlab-tree-plugin-file-commented-icon
124124
{
125125
margin-right: 7px;
126-
}
126+
}

0 commit comments

Comments
 (0)