mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
slight back button improvements
This commit is contained in:
parent
c4e1ad0953
commit
9ac8974dd1
@ -113,6 +113,10 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
margin-left: -0.19em;
|
margin-left: -0.19em;
|
||||||
|
|
||||||
|
.btn-small {
|
||||||
|
padding: 2px 5px;
|
||||||
|
}
|
||||||
|
|
||||||
i.progress {
|
i.progress {
|
||||||
font-size: 0.5em;
|
font-size: 0.5em;
|
||||||
color: dark-light-choose(scale-color($tertiary, $lightness: 80%), scale-color($tertiary, $lightness: 20%));
|
color: dark-light-choose(scale-color($tertiary, $lightness: 80%), scale-color($tertiary, $lightness: 20%));
|
||||||
|
@ -1296,7 +1296,7 @@ en:
|
|||||||
|
|
||||||
timeline:
|
timeline:
|
||||||
back: "Back"
|
back: "Back"
|
||||||
back_description: "Go back to first unread post"
|
back_description: "Go back to your last unread post"
|
||||||
replies: "%{current} / %{total} replies"
|
replies: "%{current} / %{total} replies"
|
||||||
replies_short: "%{current} / %{total}"
|
replies_short: "%{current} / %{total}"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user