fix #2081 - fixed toolbar title for smaller ios screens
This commit is contained in:
parent
3fba4d7b16
commit
12080ba4d8
|
@ -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})
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue