Skip to content
This repository was archived by the owner on Feb 11, 2026. It is now read-only.

Commit 7c19afb

Browse files
committed
fix(rpc): subtitle too close to room title
This is a continuation of #e02ce4a. While the room title was no longer being cut off, there was zero space between them with ascending characters (e.g. 'g').
1 parent 28dc149 commit 7c19afb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

res/css/views/rooms/_RoomRPC.pcss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Please see LICENSE files in the repository root for full details.
1818
/* adjust subtitle down */
1919
.mx_RoomTile_dm
2020
.mx_RoomTile_subtitle {
21-
top: 0px !important;
21+
top: 1px !important;
2222
}
2323

2424
/* fix dm room title ascenders clipping subtitle */

0 commit comments

Comments
 (0)