fix #2081 - fixed toolbar title for smaller ios screens

This commit is contained in:
Goran Jovic 2017-10-15 14:57:22 +02:00 committed by Roman Volosovskyi
parent 3fba4d7b16
commit 12080ba4d8
2 changed files with 4 additions and 1 deletions

View File

@ -120,4 +120,6 @@
(def item-text-white-background {:color styles/color-blue4}) (def item-text-white-background {:color styles/color-blue4})
(def ios-content-item {:position :absolute :right 90 :left 90}) ;;TODO(goranjovic) - Breaks the toolbar title into new line on smaller screens
;;e.g. see Discover > Popular hashtags on iPhone 5s
(def ios-content-item {:position :absolute :right 40 :left 40})

View File

@ -256,6 +256,7 @@
(def discover-container (def discover-container
{:flex 1 {:flex 1
:margin-top 16
:background-color styles/color-light-gray}) :background-color styles/color-light-gray})
(def list-container (def list-container