mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: chat drawer hover effect width calc fix (#29910)
This commit is contained in:
parent
b8a5f95eb6
commit
3a11e70b3d
@ -46,7 +46,7 @@
|
|||||||
content: "";
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
left: 0;
|
left: -1rem;
|
||||||
width: calc(100cqw - 2.3em + 1rem);
|
width: calc(100cqw - 2.3em + 1rem);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user