minor tweaks to mobile progress bar overlay

This commit is contained in:
Jeff Atwood 2017-01-02 02:06:26 -08:00
parent aad01a9f27
commit cd5130258d
2 changed files with 2 additions and 1 deletions

View File

@ -49,6 +49,7 @@
left: 0;
right: 0;
border-top: 1px solid dark-light-choose(scale-color($primary, $lightness: 90%), scale-color($secondary, $lightness: 90%));
box-shadow: 0px -2px 4px -1px rgba(0,0,0,.25);
padding-top: 20px;
z-index: 100000;
.back-button {

View File

@ -1477,7 +1477,7 @@ en:
go_bottom: "bottom"
go: "go"
jump_bottom: "jump to last post"
jump_prompt: "jump to post"
jump_prompt: "jump to..."
jump_prompt_of: "of %{count} posts"
jump_prompt_long: "What post would you like to jump to?"
jump_bottom_with_number: "jump to post %{post_number}"