mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 01:35:49 +03:00
Fix the look of pills (#8545)
* Fix the look of pills Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com> * Fix comment Co-authored-by: Robin <robin@robin.town> Co-authored-by: Robin <robin@robin.town>
This commit is contained in:
parent
8add540f27
commit
c1579f765a
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,7 @@ limitations under the License.
|
|||
*/
|
||||
|
||||
.mx_Pill {
|
||||
padding: $font-1px 0.4em $font-1px 0;
|
||||
padding: $font-1px 0.4em $font-1px 0.4em;
|
||||
line-height: $font-17px;
|
||||
border-radius: $font-16px;
|
||||
vertical-align: text-top;
|
||||
|
@ -47,6 +47,7 @@ limitations under the License.
|
|||
}
|
||||
|
||||
.mx_BaseAvatar {
|
||||
margin-left: -0.3em; // Otherwise the gap is too large
|
||||
position: relative;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
|
|
Loading…
Reference in a new issue