summary refs log tree commit diff
path: root/webclient/app.css (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix mobile skin by hiding recents LHS in /roomsMatthew Hodgson2014-08-291-0/+2
|
* improve iOS layout a bitMatthew Hodgson2014-08-271-0/+10
|
* Highlight the current room in the recents listEmmanuel ROHEE2014-08-271-0/+4
|
* Added the recents component at the left hand side of the room pageEmmanuel ROHEE2014-08-271-0/+9
|
* home/recents: show the last message of each messageEmmanuel ROHEE2014-08-271-0/+45
|
* Merge remote-tracking branch 'origin/hotfixes-0.0.1' into developEmmanuel ROHEE2014-08-251-11/+87
|\
| * oopsMatthew Hodgson2014-08-231-1/+1
| |
| * very quick and dirty responsive design for iPhonesMatthew Hodgson2014-08-231-11/+87
| |
* | Move profile parts of the rooms page and the config content into a new page: ↵Emmanuel ROHEE2014-08-221-12/+0
|/ | | | settings
* improve leftBlock cssMatthew Hodgson2014-08-221-1/+6
|
* fix weird fontsizes on iOSMatthew Hodgson2014-08-221-0/+1
|
* sacrifice a goat or two to make wordwrap actually work properlyMatthew Hodgson2014-08-221-26/+19
|
* actually display room metadata based on m.room.membe eventsMatthew Hodgson2014-08-211-0/+4
|
* Merge branch 'develop' of github.com:matrix-org/synapse into release-v0.0.1Erik Johnston2014-08-211-1/+24
|\
| * Show image fullscreen when clicking on the thumbnailEmmanuel ROHEE2014-08-211-1/+24
| |
* | cheer up erik and remove the double-horizontal-border between adjacent text ↵Matthew Hodgson2014-08-211-0/+1
|/ | | | plinths
* Change mouse cursor to pointer on elements user can click onEmmanuel ROHEE2014-08-191-0/+1
|
* Fill user page with avatar, display name and matrix idEmmanuel ROHEE2014-08-191-0/+8
|
* Made small avatar image centerEmmanuel ROHEE2014-08-191-0/+1
|
* make my emotes white againMatthew Hodgson2014-08-181-0/+4
|
* make text font sizes consistentMatthew Hodgson2014-08-171-10/+22
| | | | | | | add a gap between bubble-blocks from different users make sent-text lighter than received-text wrap the memberslist text more sensibly fix height of bubbles to match that of avatars (32px)
* implement html5 notifications. (have to be explicitly requested under Config)Matthew Hodgson2014-08-171-2/+2
|
* oops, debugging crept inMatthew Hodgson2014-08-171-1/+0
|
* - use css3 to make avatars always the right aspect ratioMatthew Hodgson2014-08-171-0/+10
| | | | - implement slightly overengineered tab/shift-tab autocomplete function
* switch some elements from being styled by class to styled by idMatthew Hodgson2014-08-151-17/+17
|
* Show avatar in profile section and added a button to select a file (not yet ↵Emmanuel ROHEE2014-08-141-0/+14
| | | | wired to upload service)
* config cssMatthew Hodgson2014-08-141-0/+12
|
* completely change the CSS to be an entirely 'position: absolute' layout ↵Matthew Hodgson2014-08-141-22/+25
| | | | rather than top-to-bottom. makes the overscroll much more predictable and sane and not dependent on CSS expressions.
* Use strings instead of opaque magic-number constants for presence states; ↵Paul "LeoNerd" Evans2014-08-131-1/+1
| | | | rename AWAY to UNAVAILABLE
* Room: Added a text input to type an image URL in order to send an image messageEmmanuel ROHEE2014-08-131-2/+2
|
* Display image messages from the streamEmmanuel ROHEE2014-08-131-0/+8
|
* Make messages list and room users list scroll-overflowEmmanuel ROHEE2014-08-121-3/+19
|
* Reference Matrix Home Servermatrix.org2014-08-121-0/+228