mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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:  After: 
This commit is contained in:
parent
80d7075171
commit
7c50543da5
@ -59,13 +59,6 @@
|
|||||||
border: 0;
|
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 {
|
#topic-progress {
|
||||||
position: relative;
|
position: relative;
|
||||||
background-color: var(--secondary);
|
background-color: var(--secondary);
|
||||||
|
Loading…
Reference in New Issue
Block a user