diff options
Diffstat (limited to 'pkgs')
| -rw-r--r-- | pkgs/overlay.nix | 8 | ||||
| -rw-r--r-- | pkgs/patches/element-css.patch | 10 |
2 files changed, 9 insertions, 9 deletions
diff --git a/pkgs/overlay.nix b/pkgs/overlay.nix index abd3da2..bbbf3fb 100644 --- a/pkgs/overlay.nix +++ b/pkgs/overlay.nix @@ -59,7 +59,7 @@ in ]; }); - akkoma = (self.callPackage ./akkoma {}).overrideAttrs { + akkoma = (super.akkoma).overrideAttrs { patches = [ ./patches/akkoma-toki-pona.patch ]; }; @@ -172,10 +172,10 @@ in }; in '' ln -sf ${TwemojiMozilla-colr} \ - res/fonts/Twemoji_Mozilla/TwemojiMozilla-colr.woff2 + apps/web/res/fonts/Twemoji_Mozilla/TwemojiMozilla-colr.woff2 ln -sf ${TwemojiMozilla-sbix} \ - res/fonts/Twemoji_Mozilla/TwemojiMozilla-sbix.woff2 - substituteInPlace src/stores/room-list/ListLayout.ts \ + 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" ''; }; diff --git a/pkgs/patches/element-css.patch b/pkgs/patches/element-css.patch index 4123bab..e445203 100644 --- a/pkgs/patches/element-css.patch +++ b/pkgs/patches/element-css.patch @@ -2,7 +2,7 @@ diff --git a/res/css/dings.custom.css b/res/css/dings.custom.css new file mode 100644 index 000000000..48ae3414f --- /dev/null -+++ b/res/css/dings.custom.css ++++ b/apps/web/res/css/dings.custom.css @@ -0,0 +1,104 @@ + +.mx_RoomTile .mx_RoomTile_titleContainer .mx_RoomTile_title { @@ -110,8 +110,8 @@ index 000000000..48ae3414f + diff --git a/src/vector/index.html b/src/vector/index.html index f5213701c..50e0729d9 100644 ---- a/src/vector/index.html -+++ b/src/vector/index.html +--- a/apps/web/src/vector/index.html ++++ b/apps/web/src/vector/index.html @@ -48,6 +48,7 @@ <link rel="stylesheet" href="<%= file %>"> <% } @@ -122,8 +122,8 @@ index f5213701c..50e0729d9 100644 let path = tag.attributes && tag.attributes.href; diff --git a/webpack.config.js b/webpack.config.js index d7dc5ffa0..00f751ed8 100644 ---- a/webpack.config.js -+++ b/webpack.config.js +--- a/apps/web/webpack.config.ts ++++ b/apps/web/webpack.config.ts @@ -365,6 +365,24 @@ module.exports = (env, argv) => { }, }, |
