File tree Expand file tree Collapse file tree 3 files changed +8
-19
lines changed Expand file tree Collapse file tree 3 files changed +8
-19
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ export default class FooterMenu extends React.Component {
2626
2727 toggle ( ) {
2828 let pos = Position . inWindow ( this . moreRef . current ) ;
29- pos . x += 24 ;
29+ pos . x += 95 ;
3030 this . setState ( {
3131 show : true ,
3232 position : pos
@@ -50,11 +50,7 @@ export default class FooterMenu extends React.Component {
5050 position = { this . state . position }
5151 onExternalClick = { ( ) => this . setState ( { show : false } ) } >
5252 < div className = { styles . popup } >
53- < a href = { `${ mountPath } logout` } > Log Out < span className = { styles . emoji } > 👋</ span > </ a >
54- < a target = '_blank' href = 'http://docs.parseplatform.org/parse-server/guide/' > Server Guide < span className = { styles . emoji } > 📚</ span > </ a >
55- < a target = '_blank' href = 'http://stackoverflow.com/questions/tagged/parse.com' > Code-level Questions < span className = { styles . emoji } > ❓</ span > </ a >
56- < a target = '_blank' href = 'http://stackoverflow.com/questions/tagged/parse-server' > Server Questions < span className = { styles . emoji } > ❓</ span > </ a >
57- < a target = '_blank' href = 'http://serverfault.com/tags/parse' > Deployment/Maintenance < span className = { styles . emoji } > ⚡️</ span > </ a >
53+ < a href = { `${ mountPath } logout` } > ➡️ Log out</ a >
5854 </ div >
5955 </ Popover >
6056 ) ;
Original file line number Diff line number Diff line change @@ -179,13 +179,6 @@ const Sidebar = ({
179179 < SidebarHeader isCollapsed = { ! appsMenuOpen && collapsed } />
180180 { sidebarContent }
181181 < div className = { styles . footer } >
182- { ! collapsed && (
183- < >
184- < a target = '_blank' href = 'http://parseplatform.org/' > Open Source Hub</ a >
185- < a target = '_blank' href = 'https://github.com/parse-community' > GitHub</ a >
186- < a target = '_blank' href = 'http://docs.parseplatform.org/' > Docs</ a >
187- </ >
188- ) }
189182 < FooterMenu isCollapsed = { ! appsMenuOpen && collapsed } />
190183 </ div >
191184 </ div >
Original file line number Diff line number Diff line change @@ -363,16 +363,16 @@ a.subitem {
363363 content : ' ' ;
364364 position : absolute ;
365365 bottom : -6px ;
366- right : 11 px ;
366+ right : 94 px ;
367367 }
368368
369369 a {
370370 @include NotoSansFont ;
371371 display : block ;
372- height : 30 px ;
373- line-height : 31 px ;
372+ height : 40 px ;
373+ line-height : 41 px ;
374374 font-size : 13px ;
375- text-align : right ;
375+ text-align : center ;
376376 border-bottom : 1px solid #e0e0ea ;
377377 color : $mainTextColor ;
378378 padding-right : 8px ;
@@ -381,12 +381,12 @@ a.subitem {
381381 }
382382
383383 & :first-child {
384- border-radius : 5px 5px 0 0 ;
384+ border-radius : 5px 5px 5 px 5 px ;
385385 }
386386
387387 & :last-child {
388388 border-bottom : 0 ;
389- border-radius : 0 0 5px 5px ;
389+ border-radius : 5 px 5 px 5px 5px ;
390390 }
391391
392392 .emoji {
You can’t perform that action at this time.
0 commit comments