1
0
Fork 0

Same large/small spell visual, scroll fix

This commit is contained in:
sharpshark28 2017-08-17 07:46:33 -05:00
parent a30d0db4e4
commit 8c89c6b5fa

View file

@ -8,13 +8,6 @@
Back Back
</button> </button>
<button
v-go-back=" '/' "
class="page-back-big primary circular big shadow-2"
>
<i>arrow_back</i>
</button>
<div class="card bg-white"> <div class="card bg-white">
<div class="card-title bg-pink text-white"> <div class="card-title bg-pink text-white">
{{spell.name}} {{spell.name}}
@ -170,17 +163,4 @@ export default {
.bookmark .bookmark
font-size: 1.25em font-size: 1.25em
line-height: 1em line-height: 1em
@media screen and (min-height: 800px)
.card
position: relative
top: 50%
transform: translateY(-50%)
.page-back-big
display: block
position: absolute
top: 1rem
left: 1rem
z-index: 1
.page-back-small
display: none
</style> </style>