Skip to content

Instantly share code, notes, and snippets.

@zbraniecki
Last active February 28, 2020 21:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zbraniecki/639f54b123ad56dd888d77b304e798e8 to your computer and use it in GitHub Desktop.
Save zbraniecki/639f54b123ad56dd888d77b304e798e8 to your computer and use it in GitHub Desktop.
Riot Compat Dark Stylish Theme
@-moz-document url-prefix("https://chat.mozilla.org/") {
.mx_RoomTile_avatar_container img {
width: 14px;
height: 14px;
}
.mx_BaseAvatar_initial {
width: 14px !important;
height: 14px !important;
font-size: 10px !important;
line-height: 14px !important;
}
.mx_RoomTile_avatar {
padding-top: 8px;
opacity: 0.6;
}
.mx_EventTile_avatar {
left: 10px !important;
top: 5px !important;
opacity: 0.6;
}
.mx_BaseAvatar_image {
width: 15px !important;
height: 15px !important;
}
.mx_EntityTile_avatar {
width: 15px !important;
height: 15px !important;
opacity: 0.6;
}
.mx_EventTile_line,
.mx_SenderProfile {
padding-left: 45px !important;
}
.mx_RoomTile_dm {
width: 8px !important;
}
.mx_RoomTile {
height: 24px;
}
.mx_RoomSubList_label > span {
font-size: 10px;
}
.mx_RoomTile_name {
font-size: 13px;
}
.mx_AccessibleButton,
.mx_SearchBox,
.mx_SearchBox > input {
font-size: 12px !important;
}
.mx_RoomBreadcrumbs {
display: none !important;
}
.mx_UserPill_me {
background-color: #244372 !important;
}
.mx_EventTile_highlight {
color: #44fcc2 !important;
}
.mx_EventTile_line {
background-color: inherit !important;
}
.mx_MemberList_invite {
background-color: inherit !important;
}
.mx_EntityTile_name {
opacity: 0.6;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment