diff options
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 |
