File tree Expand file tree Collapse file tree 2 files changed +24
-18
lines changed Expand file tree Collapse file tree 2 files changed +24
-18
lines changed Original file line number Diff line number Diff line change @@ -54,29 +54,27 @@ class CommunitySetting extends Component {
5454 < div className = "main_section" >
5555 < div className = "left_nav" >
5656 < p className = "header_text" > Community Settings</ p >
57- < Desktop >
57+ < div className = "left_nav_container" >
5858 < LeftNav
5959 data = { {
6060 option : this . state . option ,
6161 changeOption : this . changeOption . bind ( this ) ,
6262 } }
6363 />
64- </ Desktop >
65- < Mobile >
66- < Accordion >
67- < Accordion . Toggle onClick = { ( ) => toggleSidebar ( ) } variant = "outline-secondary" size = "sm" as = { Button } eventKey = "0" >
68- { this . state . sidebarOpen ?"Close Menu" :"Setting Menu" }
69- </ Accordion . Toggle >
70- < Accordion . Collapse eventKey = "0" >
71- < LeftNav
72- data = { {
73- option : this . state . option ,
74- changeOption : this . changeOption . bind ( this ) ,
75- } }
76- />
77- </ Accordion . Collapse >
78- </ Accordion >
79- </ Mobile >
64+ </ div >
65+ < Accordion className = "community_accordion" >
66+ < Accordion . Toggle onClick = { ( ) => toggleSidebar ( ) } variant = "outline-secondary" size = "sm" as = { Button } eventKey = "0" >
67+ { this . state . sidebarOpen ?"Close Menu" :"Setting Menu" }
68+ </ Accordion . Toggle >
69+ < Accordion . Collapse eventKey = "0" >
70+ < LeftNav
71+ data = { {
72+ option : this . state . option ,
73+ changeOption : this . changeOption . bind ( this ) ,
74+ } }
75+ />
76+ </ Accordion . Collapse >
77+ </ Accordion >
8078 </ div >
8179 < div className = "right_section_content" >
8280 { view === "profile" ? < OrgProfile /> : null }
Original file line number Diff line number Diff line change 2929}
3030
3131
32-
32+ .community_accordion {
33+ display : none ;
34+ }
3335
3436.main_navigation ::-webkit-scrollbar {
3537 display : none ;
4547 width : 100% ;
4648 max-width : 100% ;
4749 margin : 10px auto ;
50+ .community_accordion {
51+ display : block ;
52+ }
53+ .left_nav_container {
54+ display : none ;
55+ }
4856 }
4957 .right_section_content {
5058 width : 100% ;
You can’t perform that action at this time.
0 commit comments