зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
9e2ce50d93
Коммит
05cab9010c
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче