git ssb

0+

alanz / patchwork



forked from Matt McKegg / patchwork

Commit f550c8859fc70ccada18f239d18c1b20bd395e25

tidy up some description related things

Matt McKegg committed on 3/16/2017, 2:14:33 AM
Parent: fb6a6fd101e60f483142411bcb0f3bc164a3abfb

Files changed

modules/profile/sheet/edit.jschanged
styles/profile-header.mcsschanged
modules/profile/sheet/edit.jsView
@@ -65,9 +65,9 @@
6565 placeholder: 'Choose a name',
6666 hooks: [ValueHook(chosenName), FocusHook()]
6767 }),
6868 h('textarea.description', {
69- placeholder: 'Describe yourself',
69+ placeholder: 'Describe yourself (if you want)',
7070 hooks: [ValueHook(chosenDescription)]
7171 })
7272 ])
7373 ])
styles/profile-header.mcssView
@@ -5,8 +5,9 @@
55 margin: 20px auto;
66
77 div.image {
88 width: 200px;
9+ max-height: 200px;
910 padding: 5px;
1011 background: white;
1112 box-shadow: 0 0 10px #AAA;
1213 margin-right: 20px;

Built with git-ssb-web