mirror of
https://github.com/romancm/gamebrary
synced 2024-11-14 23:47:08 +00:00
Minor fixes
This commit is contained in:
parent
c4212e85a8
commit
58da55f002
1 changed files with 2 additions and 4 deletions
|
@ -29,9 +29,7 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import firebase from 'firebase/app';
|
||||
import 'firebase/auth';
|
||||
import { swal, $error } from '@/shared/modals';
|
||||
import { swal } from '@/shared/modals';
|
||||
import { mapState } from 'vuex';
|
||||
|
||||
export default {
|
||||
|
@ -90,7 +88,7 @@ export default {
|
|||
}
|
||||
|
||||
.share {
|
||||
position: fixed;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue