Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Adjust pill CSS
Browse files Browse the repository at this point in the history
-Remove space after mentions without pill background colour
-Increase space between pill avatar and first letter of the pill by 1px
  • Loading branch information
Luke Barnard committed Jul 20, 2017
1 parent f7d282f commit ccf5d6f
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

.mx_UserPill,
.mx_RoomPill {
padding: 0px 5px 0px 2px;
border-radius: 16px;
display: inline-block;
height: 20px;
Expand All @@ -20,20 +19,23 @@
.mx_EventTile_highlight .mx_EventTile_content .markdown-body a.mx_UserPill_me {
color: $accent-fg-color;
background-color: $mention-user-pill-bg-color;
padding-right: 5px;
}

/* More specific to override `.markdown-body a` color */
.mx_EventTile_content .markdown-body a.mx_RoomPill,
.mx_RoomPill {
background-color: $rte-room-pill-color;
color: $accent-fg-color;
background-color: $rte-room-pill-color;
padding-right: 5px;
}

.mx_UserPill .mx_BaseAvatar,
.mx_RoomPill .mx_BaseAvatar {
position: relative;
top: 2px;
margin-right: 1px;
margin-left: 2px;
margin-right: 2px;
}

.mx_Markdown_BOLD {
Expand Down

0 comments on commit ccf5d6f

Please sign in to comment.