files/app/styles/sidebar.rb in motion-prime-0.4.5 vs files/app/styles/sidebar.rb in motion-prime-0.5.0
- old
+ new
@@ -1,8 +1,9 @@
Prime::Styles.define :sidebar do
style :screen,
background_color: proc { Prime::Config.color.dark }
+
style :table,
top: 150,
left: 0,
width: 320,
bottom: 0,
@@ -12,12 +13,11 @@
style :table_cell,
selection_style: :none
style :action_title,
text_color: :white,
+ left: 20,
top: 10,
width: 320,
font: proc { :system.uifont(20) },
- size_to_fit: true,
- left: 20,
- text_color: :white
+ size_to_fit: true
end