[wp-meta] [Making WordPress.org] #2211: Profile Image bottom spacing

Making WordPress.org noreply at wordpress.org
Sat Nov 5 09:13:56 UTC 2016


#2211: Profile Image bottom spacing
----------------------+-------------------------
 Reporter:  f.staude  |      Owner:
     Type:  defect    |     Status:  new
 Priority:  normal    |  Milestone:
Component:  Profiles  |   Keywords:  ui-feedback
----------------------+-------------------------
 On the Profilepages, depends on number of badges and string length, are
 views possible In which the badges stick directly under the avatar icon.
 Example: my profile https://profiles.wordpress.org/fstaude/ on a tablet.

 My suggestion:
 In https://buddypress.org/wp-
 content/themes/profiles.wordpress.org/style.css?ver=12  change

 {{{
 div#item-header img.avatar {
     float: left;
     margin: 0 20px 0 3px;
 }
 }}}

 to

 {{{
 div#item-header img.avatar {
     float: left;
     margin: 0 20px 10px 3px;
 }
 }}}



 I would have attached a patch. But I have not figured out how to use vvv
 and the meta-enviroment to commit to profiles.wordpress.org. If someone
 has a tip or a URL, just tell me.

--
Ticket URL: <https://meta.trac.wordpress.org/ticket/2211>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list