diff options
| author | stuebinm | 2026-09-02 13:53:44 +0200 |
|---|---|---|
| committer | stuebinm | 2026-09-02 13:53:44 +0200 |
| commit | 0e5002b90d95e8b72094a0dd6ca30dc8cd77cc09 (patch) | |
| tree | 99a6093e2b254eb13cf84111ccd3741e5a683d26 | |
| parent | 9048e698ad3d24e8432ea5fa48015503d13ad3b2 (diff) | |
flora/element: further css hackery
| -rw-r--r-- | pkgs/patches/element-css.patch | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/pkgs/patches/element-css.patch b/pkgs/patches/element-css.patch index 4e0146a..94621ff 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,110 @@ +@@ -0,0 +1,120 @@ + +.mx_RoomTile .mx_RoomTile_titleContainer .mx_RoomTile_title { + font-size: 11pt !important; @@ -109,10 +109,20 @@ index 000000000..48ae3414f +} + +[class*="roomListItem"] { -+ min-height: 40px; ++ min-height: 35px; ++ color: white; +} -+[class*="selected"] > div { -+ background-color: rebeccapurple; ++[class*="selected"]>div { ++ background-color: darkred ++} ++[class*="selected"]>div::before { ++ background-color: unset ++} ++[class*="stickyRow"] [class*="container"] { ++ border-color: darkred; ++ border-bottom: 3px solid darkred; ++ border-radius: 0; ++ color: white; +} diff --git a/src/vector/index.html b/src/vector/index.html index f5213701c..50e0729d9 100644 |
