mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-07-04 18:40:39 +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"
|
@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 {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue