mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-06-18 14:01:12 +00:00
changed back to bottom button
This commit is contained in:
parent
a800e692d7
commit
6dca9e9271
1 changed files with 2 additions and 4 deletions
|
|
@ -50,7 +50,6 @@
|
|||
@click="backToTopButton"
|
||||
v-if="!scrolledDown && selectedChannelMessages"
|
||||
>
|
||||
Back to bottom
|
||||
<i class="material-icons">keyboard_arrow_down</i>
|
||||
</div>
|
||||
</transition>
|
||||
|
|
@ -1132,7 +1131,8 @@ export default {
|
|||
position: absolute;
|
||||
bottom: 30px;
|
||||
right: 25px;
|
||||
height: 52px;
|
||||
height: 50px;
|
||||
width: 50px;
|
||||
z-index: 2;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
|
@ -1140,8 +1140,6 @@ export default {
|
|||
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
|
||||
align-content: center;
|
||||
align-items: center;
|
||||
padding-left: 15px;
|
||||
padding-right: 10px;
|
||||
user-select: none;
|
||||
cursor: pointer;
|
||||
.material-icons {
|
||||
|
|
|
|||
Loading…
Reference in a new issue