diff --git a/apps/dashboard/templates/dashboard/mobile/sites.html b/apps/dashboard/templates/dashboard/mobile/sites.html index 4b9ab81c..48c29832 100644 --- a/apps/dashboard/templates/dashboard/mobile/sites.html +++ b/apps/dashboard/templates/dashboard/mobile/sites.html @@ -9,7 +9,7 @@

{{ _('While Visiting') }}

- + {{ site.url|strip_protocol }} {{ site.size|numberfmt }} diff --git a/apps/dashboard/templates/dashboard/mobile/themes.html b/apps/dashboard/templates/dashboard/mobile/themes.html index ebaf72b3..e82dd887 100644 --- a/apps/dashboard/templates/dashboard/mobile/themes.html +++ b/apps/dashboard/templates/dashboard/mobile/themes.html @@ -8,7 +8,7 @@

{{ _('Often Mentioned') }}

  • - + {{ item.term }} {{ item.count|numberfmt }}
  • diff --git a/media/css/input-mobile.css b/media/css/input-mobile.css index 34245d61..1905dc6f 100644 --- a/media/css/input-mobile.css +++ b/media/css/input-mobile.css @@ -250,6 +250,7 @@ body { bottom: 0; } .bar label, +.bar .label, .bar input, .bar .perc { position: relative;