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

Commit

Permalink
release v.0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dannycolin committed Jun 23, 2020
1 parent 017743d commit 880fa23
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v0.4.0

- Remove invite button in userlist
- fix E2E icon in userlist

## v0.3.1

- fix size of avatar in room list broken by riot-web update to v1.6.1
Expand Down
19 changes: 12 additions & 7 deletions riot-compact.user.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* ==UserStyle==
@name Riot Compact
@namespace com.dannycolin.riot-compact
@version 0.3.1
@version 0.4.0
@description A Riot Web Compact Theme
@author Danny Colin
@license MPL 2.0
Expand Down Expand Up @@ -32,16 +32,17 @@
font-size: 12px !important;
line-height: 16px !important;
}
/* Userlist avatar */
.mx_EntityTile_avatar {
padding: 2px 8px;
width: 20px;
}
/* E2E Icon */
.mx_E2EIcon.mx_E2EIcon_normal,
.mx_E2EIcon.mx_E2EIcon_verified {
width: 12px;
height: 12px;
}
/* Direct message badge */
.mx_RoomTile_dm {
width: 8px !important;
}
/* -------------------- */
/* Sidebars */
/* -------------------- */
Expand All @@ -55,6 +56,10 @@
align-items: normal;
}

.mx_MemberList_invite {
display: none;
}

/* -------------------- */
/* Topbar */
/* -------------------- */
Expand Down

0 comments on commit 880fa23

Please sign in to comment.