adjustments to settings sidebar collapse
This commit is contained in:
parent
1fa60624da
commit
5010a989e1
1 changed files with 12 additions and 7 deletions
|
@ -50,12 +50,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.repos-list {
|
.repos-list {
|
||||||
height: 85%;
|
height: 100%;
|
||||||
width: 320px;
|
width: 320px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
position: absolute;
|
|
||||||
overflow: overlay;
|
overflow: overlay;
|
||||||
padding-bottom: 16px;
|
padding-bottom: 16px;
|
||||||
|
flex: 0 0 auto;
|
||||||
|
|
||||||
> .list-group {
|
> .list-group {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
|
@ -75,13 +75,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.github-preview {
|
.github-preview {
|
||||||
height: 85%;
|
height: 100%;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
padding: 16px 32px;
|
padding: 16px 32px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
position: fixed;
|
|
||||||
// width: calc(100% - 574px);
|
|
||||||
margin-left: 320px;
|
|
||||||
padding-bottom: 16px;
|
padding-bottom: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -94,6 +91,10 @@
|
||||||
|
|
||||||
.gh-header {
|
.gh-header {
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
|
height: 64px;
|
||||||
|
display: grid;
|
||||||
|
align-content: center;
|
||||||
|
flex: 0 0 auto;
|
||||||
|
|
||||||
.header-text {
|
.header-text {
|
||||||
position: initial !important;
|
position: initial !important;
|
||||||
|
@ -2112,8 +2113,10 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
height: 35px;
|
||||||
|
|
||||||
:nth-child(2) {
|
:nth-child(2) {
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2252,8 +2255,10 @@
|
||||||
|
|
||||||
.tabs {
|
.tabs {
|
||||||
.nav-pills .nav-link {
|
.nav-pills .nav-link {
|
||||||
|
width: 50px;
|
||||||
:nth-child(2) {
|
:nth-child(2) {
|
||||||
display: none;
|
// font-size: 0px;
|
||||||
|
opacity:0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
>.col-auto {
|
>.col-auto {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue