Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Commit

Permalink
fix: share button for mobile and thread header
Browse files Browse the repository at this point in the history
  • Loading branch information
villetakanen committed Dec 20, 2021
1 parent 77e64d8 commit f6199fc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/components/actions/ShareButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<Icon
name="share"
small
style="padding-right: 8px; margin-left:-4px"
/>
<span class="onlyForDesktop">{{ $t('action.share') }}</span>
</Button>
Expand Down
2 changes: 1 addition & 1 deletion src/components/layout/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default defineComponent({
header
display: flex
margin: 0
padding: 0
padding: 0 8px
gap: 0
&.sticky
transition: all 0.3s
Expand Down
4 changes: 4 additions & 0 deletions src/components/material/Icon.vue
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,8 @@ button:not(.Fab) .icon
padding: 0
vertical-align: middle
@include media('<tablet')
button:not(.Fab) .icon
margin: 0
</style>

0 comments on commit f6199fc

Please sign in to comment.