diff options
Diffstat (limited to 'pkgs')
| -rw-r--r-- | pkgs/overlay.nix | 6 | ||||
| -rw-r--r-- | pkgs/patches/element-css.patch | 8 |
2 files changed, 10 insertions, 4 deletions
diff --git a/pkgs/overlay.nix b/pkgs/overlay.nix index d7b5769..eacf396 100644 --- a/pkgs/overlay.nix +++ b/pkgs/overlay.nix @@ -156,13 +156,13 @@ in apps/web/res/fonts/Twemoji_Mozilla/TwemojiMozilla-colr.woff2 ln -sf ${TwemojiMozilla-sbix} \ apps/web/res/fonts/Twemoji_Mozilla/TwemojiMozilla-sbix.woff2 - substituteInPlace apps/web/src/stores/room-list/ListLayout.ts \ - --replace "TILE_HEIGHT_PX = 44" "TILE_HEIGHT_PX = 32" + # substituteInPlace apps/web/src/stores/room-list/ListLayout.ts \ + # --replace "TILE_HEIGHT_PX = 44" "TILE_HEIGHT_PX = 32" ''; }; tracktrain = self.callPackage inputs.tracktrain { - compiler = "default"; + #compiler = "default"; }; bahnhof-name = diff --git a/pkgs/patches/element-css.patch b/pkgs/patches/element-css.patch index e445203..4e0146a 100644 --- a/pkgs/patches/element-css.patch +++ b/pkgs/patches/element-css.patch @@ -3,7 +3,7 @@ new file mode 100644 index 000000000..48ae3414f --- /dev/null +++ b/apps/web/res/css/dings.custom.css -@@ -0,0 +1,104 @@ +@@ -0,0 +1,110 @@ + +.mx_RoomTile .mx_RoomTile_titleContainer .mx_RoomTile_title { + font-size: 11pt !important; @@ -108,6 +108,12 @@ index 000000000..48ae3414f + --MBody-border-radius: 2px !important; +} + ++[class*="roomListItem"] { ++ min-height: 40px; ++} ++[class*="selected"] > div { ++ background-color: rebeccapurple; ++} diff --git a/src/vector/index.html b/src/vector/index.html index f5213701c..50e0729d9 100644 --- a/apps/web/src/vector/index.html |
