1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-12-01 08:18:45 +09:00

fix(friendly): Floating Button Position Adjustment

This commit is contained in:
NoriDev 2022-09-07 15:11:53 +09:00
parent b9090f3214
commit 66715b69f8

View File

@ -271,7 +271,7 @@ const wallpaper = localStorage.getItem('wallpaper') != null;
display: block;
position: fixed;
z-index: 1000;
bottom: calc(70px + env(safe-area-inset-bottom));
bottom: calc(65px + env(safe-area-inset-bottom));
left: 15px;
width: $float-button-size;
height: $float-button-size;
@ -293,7 +293,7 @@ const wallpaper = localStorage.getItem('wallpaper') != null;
display: block;
position: fixed;
z-index: 1000;
bottom: calc(70px + env(safe-area-inset-bottom));
bottom: calc(65px + env(safe-area-inset-bottom));
right: 15px;
width: $float-button-size;
height: $float-button-size;