Bug 1845895 - Allow profile manager richlistbox to shrink. r=Gijs

Differential Revision: https://phabricator.services.mozilla.com/D184818
This commit is contained in:
Emilio Cobos Álvarez 2023-07-31 15:09:08 +00:00
Родитель a869f06bb8
Коммит d8bfeb4b6b
2 изменённых файлов: 7 добавлений и 2 удалений

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

@ -54,7 +54,7 @@
<separator class="thin" />
<hbox class="profile-box indent" flex="1">
<hbox class="indent">
<vbox id="managebuttons">
<button
id="newbutton"
@ -73,7 +73,7 @@
/>
</vbox>
<vbox flex="1">
<vbox id="profilesContainer">
<richlistbox
id="profiles"
class="theme-listbox"

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

@ -8,6 +8,11 @@
padding-top: 1em;
}
#profilesContainer {
flex: 1;
min-width: 0;
}
#profiles {
height: 12em;
}