Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Mobile
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
208
Merge Requests
12
Security & Compliance
Packages
Analytics
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Minds
Minds Mobile
Commits
52410dd8
Commit
52410dd8
authored
2 hours ago
by
Juan Manuel Solaro
Browse files
Options
Download
(fix) old topbar should have apropiate height Ref
#1794
parent
b3dd3c11
new-navigation-designs
1 merge request
!504
WIP: New navigation Screens
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
src/topbar/Topbar.js
View file @
52410dd8
...
...
@@ -82,8 +82,6 @@ if (Platform.OS == 'ios') {
const
styles
=
StyleSheet
.
create
({
container
:
{
height
:
topbarHeight
,
display
:
'
flex
'
,
flexDirection
:
'
column
'
,
borderBottomWidth
:
StyleSheet
.
hairlineWidth
,
borderBottomColor
:
'
#EEE
'
,
...
...
@@ -93,6 +91,7 @@ const styles = StyleSheet.create({
flex
:
1
,
alignItems
:
'
center
'
,
flexDirection
:
'
row
'
,
paddingVertical
:
5
,
},
topbarLeft
:
{
width
:
100
,
...
...
This diff is collapsed.
Please
register
or
sign in
to comment