diff options
| author | Kegan Dougal <kegan@matrix.org> | 2014-09-08 11:33:12 -0700 |
|---|---|---|
| committer | Kegan Dougal <kegan@matrix.org> | 2014-09-08 11:33:12 -0700 |
| commit | de727f854a81c0a5610d82c4e173c13831836e9e (patch) | |
| tree | 83bd2150dd4ae3d24f2756e7a8aa7d655abc0a32 | |
| parent | Sort the public room list by display name. (diff) | |
| download | synapse-de727f854a81c0a5610d82c4e173c13831836e9e.tar.xz | |
Make #matrix public rooms bold to make them stand out from the other public rooms. Ideally this would be metadata in /publicRooms to say something like 'featured channel', but for now, just make it a client side check.
Diffstat (limited to '')
| -rwxr-xr-x | webclient/app.css | 4 | ||||
| -rw-r--r-- | webclient/home/home.html | 5 |
2 files changed, 8 insertions, 1 deletions
diff --git a/webclient/app.css b/webclient/app.css |
