UX: fix topic progress position when composer is open (#31134)

I'm not sure what the original intention was @ZogStriP, but it seems
this causes a lot of overflow...


Before: 

![image](https://github.com/user-attachments/assets/64e12179-d948-4311-9cba-4271ebe8559e)


After: 

![image](https://github.com/user-attachments/assets/416d28b6-f116-42ab-8b8e-cfdeb477637e)
This commit is contained in:
Kris 2025-02-03 12:40:18 -05:00 committed by GitHub
parent 80d7075171
commit 7c50543da5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -59,13 +59,6 @@
border: 0;
}
&:not(.docked) {
@media screen and (min-width: $reply-area-max-width) {
right: calc(50%); // right side of composer
margin-right: calc(#{$reply-area-max-width} / 2 * -1);
}
}
#topic-progress {
position: relative;
background-color: var(--secondary);