Skip to content
This repository was archived by the owner on Nov 19, 2020. It is now read-only.

Commit 6f9d019

Browse files
committed
Hide visibility of right sidebar only
1 parent 08a2f33 commit 6f9d019

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

main.css

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,22 @@
11
/**
2-
* Remove left and right sidebar.
2+
* Do not display the left sidebar.
33
*/
44
.team-left-column .btn,
5-
.team-left-column.col-12.col-md-3,
65
.team-left-column div[data-team-hovercards-enabled],
76
.team-left-column div[data-repository-hovercards-enabled] {
7+
display: none;
8+
}
9+
10+
/**
11+
* Hide visibility of the right sidebar and retain it's width
12+
* so that the news feed doesn't take all the space.
13+
*/
14+
.team-left-column.col-12.col-md-3 {
815
visibility: hidden;
916
}
1017

1118
/**
12-
* Remove gray background color.
19+
* Remove gray background color and set it to white.
1320
*/
1421
.d-flex.bg-gray {
1522
background-color: #ffffff !important;

0 commit comments

Comments
 (0)