This commit is contained in:
Bruno Windels 2018-12-18 14:32:46 +01:00
parent 12a339fe10
commit f0a412e721

View file

@ -19,14 +19,14 @@ limitations under the License.
each with a flex-shrink difference of 4 order of magnitude, each with a flex-shrink difference of 4 order of magnitude,
so they ideally wouldn't affect each other. so they ideally wouldn't affect each other.
lowest category: .mx_RoomSubList lowest category: .mx_RoomSubList
flex:-shrink: 10000000 flex-shrink: 10000000
distribute size of items within the same categery by their size distribute size of items within the same categery by their size
middle category: .mx_RoomSubList.resized-sized middle category: .mx_RoomSubList.resized-sized
flex:-shrink: 1000 flex-shrink: 1000
applied when using the resizer, will have a max-height set to it, applied when using the resizer, will have a max-height set to it,
to limit the size to limit the size
highest category: .mx_RoomSubList.resized-all highest category: .mx_RoomSubList.resized-all
flex:-shrink: 1 flex-shrink: 1
small flex-shrink value (1), is only added if you can drag the resizer so far small flex-shrink value (1), is only added if you can drag the resizer so far
so in practice you can only assign this category if there is enough space. so in practice you can only assign this category if there is enough space.
*/ */