keybase / keybase/keybase-issues

Fix alignment of "tracking" / "trackers" headers

Open
#1,051 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
899
Forks
40
PR merge metrics
No merged PRs in 30d

Description

Currently the "tracking" / "trackers" headers in the user page look rather out of place, especially considering the two buttons on the left:
![before](http://i.imgur.com/g6Lbtdw.png)

I suggest the following modifications:

1)

``` diff
#page-sig-lookup .tracking h4, #page-user .tracking h4 {
display:table-cell;
vertical-align:bottom;
padding-bottom:6px;
- height:63px;
+ height:60px;
color:#707070;
font-weight:300
}
```

2)

``` diff
-.big-crypto-buttons .btn {
+.big-crypto-buttons .btn, .tracking .btn {
border-radius:30px;
padding:15px 5px
}
```

3)

``` diff


...
-

Tracking (0)


+

Tracking (0)


...
-

Trackers (0)


+

Trackers (0)


```

Then the page should look like this:
![after](http://i.imgur.com/GHgNwci.png)

Contributor guide

No contributing guide indexed for this repository

Research direction

Locate the user-page markup containing the tracking and trackers headers and the CSS rules for #page-user .tracking h4 and .big-crypto-buttons .btn. Apply the three proposed alignment and button-class changes, then verify that the tracking controls match the supplied after screenshot and remain aligned with the buttons on the left.

Written by the indexing model from the issue text.

Assessment

Tech stack
css, html
Domain
design, frontend, web-dev
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.