Luke Barnard
26d9677bbe
CSS for adding rooms to a group with visibility
...
Also, make chat invite error looks slightly more normal
2017-11-07 18:49:28 +00:00
Luke Barnard
aa4feb0563
Info plinth CSS variables
2017-11-06 18:57:08 +00:00
Luke Barnard
d87d6cbc64
CSS for improving group creation UX, namely setting long description
2017-11-06 18:38:47 +00:00
Luke Barnard
a8bdde9f55
Merge pull request #5531 from vector-im/dbkr/composer_at_room_pills
...
CSS for room notif pills in composer
2017-11-06 15:49:41 +00:00
David Baker
e1eba559fe
CSS for room notif pills in composer
2017-11-06 15:12:28 +00:00
Matthew Hodgson
31c5122fa6
Merge pull request #5293 from turt2live/travis/pinned-led-css
...
CSS for new pinned events indicator
2017-11-03 23:10:31 +00:00
Matthew Hodgson
c0b343c89f
Merge pull request #5471 from vector-im/t3chguy/devtools-1
...
T3chguy/devtools 1
2017-11-03 23:10:00 +00:00
Matthew Hodgson
c90834114b
Merge pull request #5498 from vector-im/luke/css-use-margin-in-room-dir-perms
...
Use margin to separate "perms" in the room directory
2017-11-03 22:44:41 +00:00
Luke Barnard
290a501523
Use prefixed class names to avoid collisions with other libraries
2017-11-03 16:02:25 +00:00
Luke Barnard
67bc346ebb
Add CSS for CreateGroupDialog to give group ID input suffix and prefix style
2017-11-03 15:39:24 +00:00
Luke Barnard
04c866ce9c
Fix #5359 - unbreakable topics not breaking
...
The room directory CSS has `word-break: break-word` applied to the entire mx_RoomDirectory, which is questionable. For now, add the same rule to RoomDetailList
2017-11-03 14:39:24 +00:00
Luke Barnard
3192c345be
rethemedex
...
Needed, having removed _GroupInviteTile.scss
2017-11-03 14:11:07 +00:00
Luke Barnard
22b82182a7
Merge pull request #5504 from vector-im/luke/fix-groups-invites-appearance
...
Fix group invites such that they look similar to room invites
2017-11-03 13:53:56 +00:00
Luke Barnard
c60ff5d283
Fix group invites such that they look similar to room invites
...
- Remove CSS for GroupInviteTile - the component should be using RoomTile CSS
- Added extra tiles to roomCount of RoomSubList header
Part of fixing https://github.com/vector-im/riot-web/issues/5226
2017-11-03 12:17:49 +00:00
Luke Barnard
4d11e739b5
Comment 0px height and margin on joinBox
2017-11-03 11:42:06 +00:00
Luke Barnard
f6974407e3
CSS for Your Communities scrollbar
...
and also attempt to fix GroupTile flex weirdness.
2017-11-03 11:22:29 +00:00
David Baker
69a82f7859
Merge pull request #5497 from vector-im/luke/groups-room-info
...
Add toggle to alter visibility of room-group association
2017-11-02 15:37:52 +00:00
Luke Barnard
ee71c72685
Use margin to separate "perms" in the room directory
...
instead of a space.
2017-11-02 15:13:55 +00:00
Luke Barnard
06ce467876
Add CSS for group room visibility label alignment
2017-11-02 15:05:08 +00:00
Luke Barnard
c01ea56676
Add toggle to alter visibility of room-group association
2017-11-02 13:40:07 +00:00
Luke Barnard
fb8e41a9c1
Merge pull request #5494 from vector-im/dbkr/pillify_at_room
...
CSS for room notification pills
2017-11-02 12:53:29 +00:00
David Baker
65ea7a8460
Use more spercific selector instead of !important
2017-11-02 10:37:25 +00:00
David Baker
cd84d86fd1
CSS for room notification pills
2017-11-01 19:45:59 +00:00
Luke Barnard
2163a54617
Implement simple GroupRoomInfo
...
See matrix-org/matrix-react-sdk#1563
2017-11-01 17:32:01 +00:00
Richard Lewis
56c6a15ddf
Merge pull request #5458 from vector-im/rxl881/widgetTitleBorder
...
Add back bottom border to widget title bar
2017-10-31 18:02:32 +00:00
Luke Barnard
ba1ad84d59
Prevent group name looking clickable for non-members
2017-10-31 10:56:14 +00:00
Michael Telatynski
6da2f88dc5
Devtools styling tweaks
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2017-10-30 13:32:31 +00:00
Michael Telatynski
ea9b630082
Refactor and add Account Data stuffs
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2017-10-30 12:44:50 +00:00
Richard Lewis
19320c37df
Add back bottom border to widget title bar
2017-10-27 19:57:05 +01:00
Luke Barnard
3dcc397f67
Fix AuxPanel floating in the middle
...
When there is no RoomView_body to push it to the top of the flex container
2017-10-27 15:40:03 +01:00
Luke Barnard
044519f9ea
Add more specific css class to allow for optional flipping
2017-10-25 18:18:37 +01:00
Luke Barnard
5db44bd4ae
Merge branch 'develop' into TheLastProject-reverse-video
2017-10-25 18:06:16 +01:00
Luke Barnard
7c7ae3a31f
Merge pull request #5422 from vector-im/luke/fix-interactable-greyed-ui
...
Use CSS to stop greyed Right/LeftPanel UI from being interactable
2017-10-25 15:30:38 +01:00
Luke Barnard
9679051269
Introduce mx_RoomView_body for fadable things in the RoomView
...
Part of simplifying use of mx_fadable
2017-10-25 15:16:28 +01:00
Luke Barnard
0561c5bd4f
Swap ui_opacity for panel_disabled
...
Simplify the API for disabling panels in the UI. `mx_fadable_faded` is applied instead of setting opacity.
2017-10-25 10:29:57 +01:00
Luke Barnard
a747a78e06
CSS to allow multi-line "Add rooms to this community"
2017-10-24 17:48:06 +01:00
Luke Barnard
858e1fa341
Fix #5361
...
Make it possible to click on the camera icon under group icon
2017-10-24 17:00:57 +01:00
Luke Barnard
01d6577abd
CSS for preventing editing of UI requiring user privilege if user unprivileged
2017-10-24 15:27:11 +01:00
Matthew Hodgson
c7d18ff52e
improve flair cosmetics
2017-10-23 14:55:36 +01:00
Luke Barnard
0e20b20fb2
Fix CSS for room avatar "remove" icon
2017-10-23 14:46:28 +01:00
Luke Barnard
d9fa11d03a
Fix MyGroups placeholder colours on dark theme
2017-10-23 14:08:02 +01:00
Luke Barnard
94454333d5
CSS to improve MyGroups in general, and add placeholder
2017-10-20 17:38:38 +01:00
Luke Barnard
c6f75fbf37
Adjust CSS in MyGroups, justify-content:space-around
2017-10-19 18:08:52 +01:00
Luke Barnard
62fd98245d
Merge pull request #5360 from vector-im/luke/groups-my-groups
...
CSS for improved MyGroups page
2017-10-19 17:41:34 +01:00
Luke Barnard
8317bcbb9f
CSS for improved MyGroups page
2017-10-19 17:27:21 +01:00
David Baker
b2e9b36978
Merge pull request #5346 from vector-im/dbkr/dialog_pad_right
...
Add padding-right to Dialogs
2017-10-19 16:19:40 +01:00
David Baker
ea459c84ba
Other dialog subclasses have padding-right
2017-10-19 15:48:56 +01:00
David Baker
86226bc22d
Add padding-right to Dialogs
...
The "groups will be public" warning was apparently the first thing
long enough to reach the right hand edge
2017-10-19 15:32:28 +01:00
David Baker
42ca840fef
Add div.warning and use the scss var
...
rather than the css color name
2017-10-19 15:17:09 +01:00
David Baker
9d8b59e082
Make the 'add rooms' button clickable
...
SVG was swallowing pointer events
2017-10-19 14:54:56 +01:00