Skip to content

Commit 2c3e3bb

Browse files
committed
Improved visibility on unified view
1 parent bdbaa78 commit 2c3e3bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/style.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
function injectCss(offsetTop, offsetLeft) {
22
$('#gct-style').remove();
33
$(`<style type='text/css' id="gct-style">
4-
#files {
4+
body.full-width #files {
55
margin-left: 300px;
66
}
77
@@ -74,6 +74,7 @@ function injectCss(offsetTop, offsetLeft) {
7474
cursor: pointer;
7575
}
7676
77+
body:not(.full-width) .gct-file-tree,
7778
.gct-file-tree-fixed {
7879
position: fixed;
7980
top: 70px;

0 commit comments

Comments
 (0)