diff --git a/app/assets/v2/css/activity_stream.css b/app/assets/v2/css/activity_stream.css index 6f3f89803fb..a8892507062 100644 --- a/app/assets/v2/css/activity_stream.css +++ b/app/assets/v2/css/activity_stream.css @@ -1,15 +1,16 @@ .activity_stream .avatar { - width: 3.125rem; - height: 3.125rem; + width: 2.5rem; + height: 2.5rem; + min-height: 2.5rem; margin: 0px auto; border-radius: 50px; margin-top: 0px; } .activity_stream .box { - padding: 1.2rem; - border-bottom: 1px solid #DBDBDB; + padding: 0.75rem 1.2rem; + border-bottom: 1px solid #EFEFEF; } #avatar_url .avatar { @@ -29,7 +30,7 @@ } .last-icon { - font-size: 30px; + font-size: 1.25rem; color: #0D0764; } @@ -45,6 +46,13 @@ display: none; } +@media (min-width: 768px) { + .activity .secondary { + position: relative; + left: -10px; + } +} + @media (max-width: 767.98px) { .activity-info { @@ -56,4 +64,4 @@ margin-left: -20px; margin-top: 20px; } -} +} \ No newline at end of file diff --git a/app/assets/v2/css/buttons.css b/app/assets/v2/css/buttons.css index 2224f058a2b..b49dde025ba 100644 --- a/app/assets/v2/css/buttons.css +++ b/app/assets/v2/css/buttons.css @@ -266,7 +266,7 @@ button:focus { } .btn-radio { - border: 2px solid #D3D3D3; + border: 1px solid #D3D3D3; } .btn-radio.active { diff --git a/app/dashboard/templates/profiles/status_box.html b/app/dashboard/templates/profiles/status_box.html index e9292db4e05..7ce6b38687d 100644 --- a/app/dashboard/templates/profiles/status_box.html +++ b/app/dashboard/templates/profiles/status_box.html @@ -3,29 +3,35 @@ {% csrf_token %}
- {{ row.value_in_usdt_now }} USD -
-+ {{ row.value_in_usdt_now }} USD +
+- {{ activity.bounty.network }} -
-+ {{ activity.bounty.network }} +
+