diff options
| author | stuebinm | 2026-09-02 00:50:53 +0200 |
|---|---|---|
| committer | stuebinm | 2026-09-02 00:50:53 +0200 |
| commit | 9048e698ad3d24e8432ea5fa48015503d13ad3b2 (patch) | |
| tree | 3f959586152bc4d432799028e462fbee9fcb9876 /pkgs/patches | |
| parent | db2cb1d1ac2b887542fa0308832f769cee2ac55f (diff) | |
element had a major update, its new UI is even less hackable than the
old one. Progress!
Diffstat (limited to 'pkgs/patches')
| -rw-r--r-- | pkgs/patches/element-css.patch | 8 |
1 files changed, 7 insertions, 1 deletions
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 |
