mirror of
https://github.com/discourse/discourse.git
synced 2025-03-15 19:00:59 +08:00
minor tweaks to mobile progress bar overlay
This commit is contained in:
parent
aad01a9f27
commit
cd5130258d
@ -49,6 +49,7 @@
|
|||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
border-top: 1px solid dark-light-choose(scale-color($primary, $lightness: 90%), scale-color($secondary, $lightness: 90%));
|
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;
|
padding-top: 20px;
|
||||||
z-index: 100000;
|
z-index: 100000;
|
||||||
.back-button {
|
.back-button {
|
||||||
|
@ -1477,7 +1477,7 @@ en:
|
|||||||
go_bottom: "bottom"
|
go_bottom: "bottom"
|
||||||
go: "go"
|
go: "go"
|
||||||
jump_bottom: "jump to last post"
|
jump_bottom: "jump to last post"
|
||||||
jump_prompt: "jump to post"
|
jump_prompt: "jump to..."
|
||||||
jump_prompt_of: "of %{count} posts"
|
jump_prompt_of: "of %{count} posts"
|
||||||
jump_prompt_long: "What post would you like to jump to?"
|
jump_prompt_long: "What post would you like to jump to?"
|
||||||
jump_bottom_with_number: "jump to post %{post_number}"
|
jump_bottom_with_number: "jump to post %{post_number}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user