changed back to bottom button

This commit is contained in:
supertiger1234 2020-02-20 12:57:59 +00:00
parent a800e692d7
commit 6dca9e9271

View file

@ -50,7 +50,6 @@
@click="backToTopButton" @click="backToTopButton"
v-if="!scrolledDown && selectedChannelMessages" v-if="!scrolledDown && selectedChannelMessages"
> >
Back to bottom
<i class="material-icons">keyboard_arrow_down</i> <i class="material-icons">keyboard_arrow_down</i>
</div> </div>
</transition> </transition>
@ -1132,7 +1131,8 @@ export default {
position: absolute; position: absolute;
bottom: 30px; bottom: 30px;
right: 25px; right: 25px;
height: 52px; height: 50px;
width: 50px;
z-index: 2; z-index: 2;
display: flex; display: flex;
justify-content: center; justify-content: center;
@ -1140,8 +1140,6 @@ export default {
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
align-content: center; align-content: center;
align-items: center; align-items: center;
padding-left: 15px;
padding-right: 10px;
user-select: none; user-select: none;
cursor: pointer; cursor: pointer;
.material-icons { .material-icons {