summaryrefslogtreecommitdiff
path: root/pkgs/overlay.nix
diff options
context:
space:
mode:
authorstuebinm2024-04-02 02:59:56 +0200
committerstuebinm2024-04-02 02:59:56 +0200
commit9099b72cc8521bd42df697a34d91eff02896baab (patch)
tree7fbbbf54846ce91fceb19b0b170e5d50ae535a11 /pkgs/overlay.nix
parent299a755ec15bac0103c268c0083ebd8f0741c5d2 (diff)
element-web: nicer colours
Diffstat (limited to 'pkgs/overlay.nix')
-rw-r--r--pkgs/overlay.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/overlay.nix b/pkgs/overlay.nix
index c8e91a3..e862613 100644
--- a/pkgs/overlay.nix
+++ b/pkgs/overlay.nix
@@ -121,6 +121,7 @@ in
# the below patches the javascript's assumptions about box height
# in the left side bar so that hiding overflow will work correctly
# should be .mx_RoomTile's height + 12px
+ # TODO: once --replace-fail is in stable use that instead
preBuild = ''
substituteInPlace node_modules/matrix-react-sdk/src/stores/room-list/ListLayout.ts \
--replace "TILE_HEIGHT_PX = 44" "TILE_HEIGHT_PX = 32"