Bug 1918617 - [devtools] Don't apply top margin on prompt dialogs when RDM is enabled. a=RyanVM.

Original Revision: https://phabricator.services.mozilla.com/D224448

Differential Revision: https://phabricator.services.mozilla.com/D224592
This commit is contained in:
Nicolas Chevobbe 2024-10-06 20:48:16 +00:00
parent ab5a0efa54
commit 2391fb067d

View file

@ -31,7 +31,7 @@
* The .rdm-toolbar will be above the .dialogBox in RDM so we shift the
* .dialogBox down by the height of the .rdm-toolbar so both are visible
*/
+ .browserStack > .dialogStack > .dialogTemplate > .dialogBox {
+ .browserStack > .dialogStack:not(.content-prompt-dialog) > .dialogTemplate > .dialogBox {
margin-top: var(--rdm-toolbar-height);
}
}