mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 11:51:36 +02: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
@ -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…
x
Reference in New Issue
Block a user