Truncate SAS emoji labels to fit
This keeps the layout of the emoji fixed as much as possible. Other changes: * Fix width of each emoji container to static 52px * Bump minimum width of right panel from 250px to 264px to match the width in the figma * Use normal font-weight for labels as per design * Smaller vertical gap between emojis, again to match design
This commit is contained in:
parent
11008cfabf
commit
29024c5172
2 changed files with 8 additions and 11 deletions
|
@ -1,5 +1,6 @@
|
|||
/*
|
||||
Copyright 2015, 2016 OpenMarket Ltd
|
||||
Copyright 2020 The Matrix.org Foundation C.I.C.
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
|
@ -18,7 +19,7 @@ limitations under the License.
|
|||
overflow-x: hidden;
|
||||
flex: 0 0 auto;
|
||||
position: relative;
|
||||
min-width: 250px;
|
||||
min-width: 264px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue