зеркало из 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/>
|
||||
</toolbarbutton>
|
||||
</box>
|
||||
<html:div id="editBookmarkPanelInfoArea">
|
||||
<html:div id="editBookmarkPanelRecommendation"></html:div>
|
||||
<html:div id="editBookmarkPanelFaviconContainer">
|
||||
<html:img id="editBookmarkPanelFavicon"/>
|
||||
<vbox class="panel-subview-body">
|
||||
<html:div id="editBookmarkPanelInfoArea">
|
||||
<html:div id="editBookmarkPanelRecommendation"></html:div>
|
||||
<html:div id="editBookmarkPanelFaviconContainer">
|
||||
<html:img id="editBookmarkPanelFavicon"/>
|
||||
</html:div>
|
||||
<html:div id="editBookmarkPanelImage"></html:div>
|
||||
</html:div>
|
||||
<html:div id="editBookmarkPanelImage"></html:div>
|
||||
</html:div>
|
||||
#include ../../components/places/content/editBookmarkPanel.inc.xhtml
|
||||
<vbox id="editBookmarkPanelBottomContent"
|
||||
flex="1">
|
||||
|
@ -341,6 +342,7 @@
|
|||
oncommand="StarUI.panel.hidePopup();"/>
|
||||
#endif
|
||||
</hbox>
|
||||
</vbox>
|
||||
</panel>
|
||||
</html:template>
|
||||
|
||||
|
|
|
@ -4,6 +4,10 @@
|
|||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
%endif
|
||||
|
||||
#editBookmarkPanel > .panel-subview-body {
|
||||
padding-block: 0;
|
||||
}
|
||||
|
||||
#editBookmarkPanelTitle {
|
||||
margin-inline-start: 32px;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче