diff options
Diffstat (limited to '')
| -rw-r--r-- | pkgs/patches/element-css.patch | 10 |
1 files changed, 5 insertions, 5 deletions
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) => { }, }, |
