mirror of
https://github.com/urbit/shrub.git
synced 2024-12-01 06:35:32 +03:00
chat: tweaking input and datestamp for 320px
Adding some very small viewport adjustments to keep the layout tidy, disabling iOS autocorrect.
This commit is contained in:
parent
a6b4ed19b3
commit
8c38714cc6
@ -190,6 +190,7 @@ export class ChatInput extends Component {
|
||||
<textarea
|
||||
className={"pl3 bn"}
|
||||
style={{ flexGrow: 1, height: 28, paddingTop: 6, resize: "none" }}
|
||||
autoCapitalize="none"
|
||||
ref={this.textareaRef}
|
||||
placeholder={props.placeholder}
|
||||
value={state.message}
|
||||
|
@ -122,7 +122,7 @@ export class Message extends Component {
|
||||
{props.msg.author}
|
||||
</p>
|
||||
<p className="v-mid mono f9 gray dib">{timestamp}</p>
|
||||
<p className="v-mid mono f9 ml2 gray dib child">{datestamp}</p>
|
||||
<p className="v-mid mono f9 ml2 gray dib child dn-s">{datestamp}</p>
|
||||
</div>
|
||||
{this.renderContent()}
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user