fix: refs #8655 centered button for phone display
This commit is contained in:
parent
8995d7d454
commit
d2b414c883
|
@ -97,15 +97,15 @@ onUnmounted(() => {
|
||||||
top: 70px;
|
top: 70px;
|
||||||
font-size: 65px;
|
font-size: 65px;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
|
transform: translateX(-50%);
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
transition: transform 0.2s ease-in-out;
|
transition: transform 0.2s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
.scroll-to-top:hover {
|
.scroll-to-top:hover {
|
||||||
transform: scale(1.2);
|
transform: translateX(-50%) scale(1.2);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
filter: brightness(0.8);
|
filter: brightness(0.8);
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue