Adjust input boxes to fit the screen better on mobile, and to use consistent sizes throughout the site (no ad-hoc overrides to make certain input boxes a bit bigger in random places). On desktop, this makes most input boxes a bit taller and narrower. On mobile, it makes input boxes the full width of the screen. This most notably affects the tag edit box, the comment and forum post box, the wiki page edit box, and the commentary box.
13 lines
284 B
Plaintext
13 lines
284 B
Plaintext
<div id="c-news-updates">
|
|
<div id="a-edit">
|
|
<h1>Edit Update</h1>
|
|
|
|
<%= edit_form_for(@news_update) do |f| %>
|
|
<%= f.input :message, hint: "Use HTML for formatting" %>
|
|
<%= f.button :submit, "Submit" %>
|
|
<% end %>
|
|
</div>
|
|
</div>
|
|
|
|
<%= render "secondary_links" %>
|