зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1825050
- Allow scrolling horizontally big preview images. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D173862
This commit is contained in:
Родитель
6a86219d86
Коммит
e53a626450
|
@ -31,6 +31,8 @@
|
|||
}
|
||||
|
||||
#thepreviewimage {
|
||||
margin: 1em auto;
|
||||
flex: none;
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
|
|
@ -256,7 +256,7 @@
|
|||
oncommand="saveMedia();"/>
|
||||
</hbox>
|
||||
<vbox id="imagecontainerbox" flex="1">
|
||||
<hbox id="theimagecontainer" pack="center">
|
||||
<hbox id="theimagecontainer">
|
||||
<image id="thepreviewimage"/>
|
||||
</hbox>
|
||||
<hbox id="brokenimagecontainer" pack="center" collapsed="true">
|
||||
|
|
|
@ -201,10 +201,6 @@ html|input:disabled {
|
|||
min-width: 10em;
|
||||
}
|
||||
|
||||
#thepreviewimage {
|
||||
margin: 1em;
|
||||
}
|
||||
|
||||
treechildren::-moz-tree-cell-text(broken) {
|
||||
font-style: italic;
|
||||
color: graytext;
|
||||
|
|
Загрузка…
Ссылка в новой задаче