mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-14 20:22:00 +00:00
Bug 1918617 - [devtools] Don't apply top margin on prompt dialogs when RDM is enabled. r=niklas,devtools-reviewers,ochameau.
Differential Revision: https://phabricator.services.mozilla.com/D224448
This commit is contained in:
parent
f75b63e774
commit
dc439c5fa8
@ -32,7 +32,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);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user