UX: chat drawer hover effect width calc fix (#29910)

This commit is contained in:
chapoi 2024-11-26 03:25:12 +01:00 committed by GitHub
parent b8a5f95eb6
commit 3a11e70b3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@
content: "";
position: absolute;
height: 100%;
left: 0;
left: -1rem;
width: calc(100cqw - 2.3em + 1rem);
}