add titles to mobile buttons
This commit is contained in:
parent
8b957fb85e
commit
1435b65e36
@ -27,6 +27,7 @@
|
|||||||
<button
|
<button
|
||||||
class="button-unstyled scroll-to-top-button"
|
class="button-unstyled scroll-to-top-button"
|
||||||
type="button"
|
type="button"
|
||||||
|
:title="$t('general.scroll_to_top')"
|
||||||
@click="scrollToTop"
|
@click="scrollToTop"
|
||||||
>
|
>
|
||||||
<FALayers class="fa-scale-110 fa-old-padding-layer">
|
<FALayers class="fa-scale-110 fa-old-padding-layer">
|
||||||
|
@ -12,6 +12,7 @@
|
|||||||
<button
|
<button
|
||||||
class="button-unstyled scroll-to-top-button"
|
class="button-unstyled scroll-to-top-button"
|
||||||
type="button"
|
type="button"
|
||||||
|
:title="$t('general.scroll_to_top')"
|
||||||
@click="scrollToTop"
|
@click="scrollToTop"
|
||||||
>
|
>
|
||||||
<FALayers class="fa-scale-110 fa-old-padding-layer">
|
<FALayers class="fa-scale-110 fa-old-padding-layer">
|
||||||
@ -30,6 +31,7 @@
|
|||||||
>
|
>
|
||||||
<button
|
<button
|
||||||
class="button-unstyled loadmore-button"
|
class="button-unstyled loadmore-button"
|
||||||
|
:title="loadButtonString"
|
||||||
@click.prevent="showNewStatuses"
|
@click.prevent="showNewStatuses"
|
||||||
>
|
>
|
||||||
<FAIcon
|
<FAIcon
|
||||||
@ -42,6 +44,7 @@
|
|||||||
<div
|
<div
|
||||||
v-else-if="!embedded"
|
v-else-if="!embedded"
|
||||||
class="loadmore-text faint veryfaint rightside-icon"
|
class="loadmore-text faint veryfaint rightside-icon"
|
||||||
|
:title="$t('timeline.up_to_date')"
|
||||||
@click.prevent
|
@click.prevent
|
||||||
>
|
>
|
||||||
<FAIcon
|
<FAIcon
|
||||||
|
@ -84,6 +84,7 @@
|
|||||||
"yes": "Yes",
|
"yes": "Yes",
|
||||||
"no": "No",
|
"no": "No",
|
||||||
"peek": "Peek",
|
"peek": "Peek",
|
||||||
|
"scroll_to_top": "Scroll to top",
|
||||||
"role": {
|
"role": {
|
||||||
"admin": "Admin",
|
"admin": "Admin",
|
||||||
"moderator": "Moderator"
|
"moderator": "Moderator"
|
||||||
|
Loading…
Reference in New Issue
Block a user