23 lines
1.1 KiB
CSS
23 lines
1.1 KiB
CSS
.m-repo-monaco {overflow: hidden;}
|
|
.repoCode .nav > li > a {padding: 8px 10px;}
|
|
.repoCode .nav-tabs > li > a > span {margin-right: 5px;}
|
|
.repoCode {min-height: 500px;}
|
|
|
|
#fileTabs .tab-pane {display: none;}
|
|
#fileTabs .tab-pane.active {display: block;}
|
|
#fileTabs .tab-nav-item {max-width: none !important;}
|
|
#fileTabs > .tabs-navbar {overflow: hidden; padding-bottom: 10px; position: relative; height: 35px;}
|
|
#fileTabs > .tabs-navbar > .nav-tabs {position: absolute; display: flex;}
|
|
.repoCode .content {padding: 5px;}
|
|
.repoCode .nav > li > a {display: flex; white-space: pre;}
|
|
#sourceSwapper {border: 1px solid #D8DBDE; border-radius: 2px; width: 100%;}
|
|
#sourceSwapper .repo-select {width: 100%;}
|
|
#sourceSwapper .repo-select .caret {margin-top: 6px;}
|
|
#sourceSwapper .hide-in-search {padding-left: 5px;}
|
|
#sourceSwapper .tree li > a {max-width: 100%;}
|
|
.version-name {max-width: 90%}
|
|
#filesTree #modules {margin-top: 5px;}
|
|
#filesTree {overflow-y: auto;}
|
|
.repoCode .content, .repoCode .btn {background-color: #F4F5F7; border: none;}
|
|
.repoCode .nav-tabs > li.active > a:before {background: none; height: 0;}
|