Bug 1702298 - Allow the bookmark create/edit panel to scroll. r=mconley

Differential Revision: https://phabricator.services.mozilla.com/D112644
This commit is contained in:
Molly Howell 2021-04-21 00:25:22 +00:00
Родитель 9e2ce50d93
Коммит 05cab9010c
2 изменённых файлов: 12 добавлений и 6 удалений

Просмотреть файл

@ -303,13 +303,14 @@
<image/> <image/>
</toolbarbutton> </toolbarbutton>
</box> </box>
<html:div id="editBookmarkPanelInfoArea"> <vbox class="panel-subview-body">
<html:div id="editBookmarkPanelRecommendation"></html:div> <html:div id="editBookmarkPanelInfoArea">
<html:div id="editBookmarkPanelFaviconContainer"> <html:div id="editBookmarkPanelRecommendation"></html:div>
<html:img id="editBookmarkPanelFavicon"/> <html:div id="editBookmarkPanelFaviconContainer">
<html:img id="editBookmarkPanelFavicon"/>
</html:div>
<html:div id="editBookmarkPanelImage"></html:div>
</html:div> </html:div>
<html:div id="editBookmarkPanelImage"></html:div>
</html:div>
#include ../../components/places/content/editBookmarkPanel.inc.xhtml #include ../../components/places/content/editBookmarkPanel.inc.xhtml
<vbox id="editBookmarkPanelBottomContent" <vbox id="editBookmarkPanelBottomContent"
flex="1"> flex="1">
@ -341,6 +342,7 @@
oncommand="StarUI.panel.hidePopup();"/> oncommand="StarUI.panel.hidePopup();"/>
#endif #endif
</hbox> </hbox>
</vbox>
</panel> </panel>
</html:template> </html:template>

Просмотреть файл

@ -4,6 +4,10 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
%endif %endif
#editBookmarkPanel > .panel-subview-body {
padding-block: 0;
}
#editBookmarkPanelTitle { #editBookmarkPanelTitle {
margin-inline-start: 32px; margin-inline-start: 32px;
} }