remove overly aggressive div/header reset that destroyed all padding
This commit is contained in:
parent
854df0d2da
commit
9fbd7f5649
2 changed files with 0 additions and 24 deletions
|
|
@ -919,18 +919,6 @@ dialog#translate-modal button {
|
|||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
/* Reset host page header/nav/section/div styles that leak into our modals */
|
||||
dialog#uncloseai-embedded-modal header,
|
||||
dialog#uncloseai-embedded-modal nav,
|
||||
dialog#uncloseai-embedded-modal section,
|
||||
dialog#uncloseai-embedded-modal div {
|
||||
max-width: none;
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
/* API Configuration Styles */
|
||||
.uncloseai-toggle-container {
|
||||
|
|
|
|||
|
|
@ -989,18 +989,6 @@ dialog#translate-modal button {
|
|||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
/* Reset host page header/nav/section/div styles that leak into our modals */
|
||||
dialog#uncloseai-embedded-modal header,
|
||||
dialog#uncloseai-embedded-modal nav,
|
||||
dialog#uncloseai-embedded-modal section,
|
||||
dialog#uncloseai-embedded-modal div {
|
||||
max-width: none;
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
/* API Configuration Styles */
|
||||
.uncloseai-toggle-container {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue