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

Commit

Permalink
release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dannycolin committed Mar 22, 2020
1 parent 4d8d6c5 commit 216c416
Show file tree
Hide file tree
Showing 2 changed files with 12 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.3.0

- reduce space between room list
- remove code for powerlevel badge since they've been removed from Riot-Web.

## v0.2.0

- Fix update link
Expand Down
14 changes: 7 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 Riot-Compact
@version 0.2.0
@version 0.3.0
@description A Riot Web Compact Theme
@author Danny Colin
@license MPL 2.0
Expand Down Expand Up @@ -37,19 +37,19 @@
padding: 2px 8px;
width: 20px;
}
/* User powerlevel badge */
.mx_EntityTile_power {
width: 12px;
height: 12px;
}
/* Direct message badge */
.mx_RoomTile_dm {
width: 8px !important;
}

/* -------------------- */
/* Tiles */
/* Sidebars */
/* -------------------- */
.mx_RoomSubList.mx_RoomSubList_hidden,
.mx_RoomSubList_labelContainer {
height: 24px !important;
}

.mx_RoomTile, .mx_EntityTile {
height: 24px;
align-items: normal;
Expand Down

0 comments on commit 216c416

Please sign in to comment.