]> git.openstreetmap.org Git - rails.git/commit
Rework the users#show page to avoid custom column css
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 8 Jul 2020 14:46:15 +0000 (16:46 +0200)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 8 Jul 2020 14:46:15 +0000 (16:46 +0200)
commit8192c0bd17fe036561f6531524d16cbaca4bac33
tree9220f9aef93f797be13173707d98730dc818fe21
parent9f993fe8c8be4664f975df426d69ded1dca77ae3
Rework the users#show page to avoid custom column css

This uses bootstrap instead, ensuring the map shows before the
text on small screens, but to the right of it on md+ widths. The
height of the map also changes at this breakpoint instead of being
based on the menu width (body.small).

The account edit page was also changed to match the content_map
changes, and a full width map is now used. This can be changed, if
required, using bootstrap breakpoints but I like it as it is.
app/assets/stylesheets/common.scss
app/assets/stylesheets/small.scss
app/views/users/account.html.erb
app/views/users/show.html.erb