better context menu reposition, add more profile actions
All checks were successful
Android Build / publish (push) Successful in 34s
Linux Build / publish (push) Successful in 53s

This commit is contained in:
olcxja 2026-06-19 22:17:33 +02:00
commit 3f99389413
10 changed files with 260 additions and 60 deletions

View file

@ -811,14 +811,14 @@ sidebarelement:has(.icon-button:active) indicator:not(.active) {
box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.5);
opacity: 0;
transform: scale(0.6);
transition: transform 0.2s cubic-bezier(0.4, -0.3, 0.7, 1), opacity 0.2s ease;
transition: all 0.2s ease;
display: flex;
flex-direction: column;
}
.profile-popup-container.show .profile-popup-content {
transform: scale(1);
opacity: 1;
transition: transform 0.25s cubic-bezier(0.2, 1.15, 0.4, 1), opacity 0.25s ease;
transition: all 0.2s ease;
}
.profile-popup-close-btn {
position: absolute;