diff --git a/src/forge/Main/CoderDepot.jsx b/src/forge/Main/CoderDepot.jsx index 448edf621..5a2f64382 100644 --- a/src/forge/Main/CoderDepot.jsx +++ b/src/forge/Main/CoderDepot.jsx @@ -95,6 +95,7 @@ function CoderDepot(props){ setLastCommit(c && c.commit); setLastCommitAuthor(c && (c.author || (c.commit && c.commit.author))); setMainFlag(true); + setReadOnly(true); } setTimeout(function(){setIsSpin(false);},500); }).catch(error=>{setIsSpin(false);}) @@ -136,6 +137,7 @@ function CoderDepot(props){ setLastCommit(c && c.commit); setLastCommitAuthor(c && (c.author || (c.commit && c.commit.author))); setMainFlag(false); + setReadOnly(true); } setTimeout(function(){setIsSpin(false);},500) }).catch(error=>{setIsSpin(false);}) diff --git a/src/forge/Main/Index.scss b/src/forge/Main/Index.scss index 8cbc4c09a..af23fa34e 100644 --- a/src/forge/Main/Index.scss +++ b/src/forge/Main/Index.scss @@ -220,6 +220,9 @@ .listtablebody{ li.listtablepath{ a{color: #40a9ff;} + p{ + margin-bottom: 0px!important; + } } li{ height: 42px;