Bruno Windels
|
79a44b1bfb
|
always hide overflow on RoomList in case Layout screws up
|
2019-01-28 16:03:49 +01:00 |
Bruno Windels
|
a5297303b0
|
remove flexbox layout
|
2019-01-24 15:44:16 +01:00 |
Bruno Windels
|
257bac2b09
|
unrelated fix for searchbox being squashed by other roomlist content
|
2018-11-26 14:50:53 +01:00 |
Bruno Windels
|
4e773c2665
|
Make right panel a dark-panel instead of every descendant.
Also move bg color central.
|
2018-11-06 14:47:58 +01:00 |
Bruno Windels
|
06cc7a493d
|
Merge pull request #2262 from matrix-org/bwindels/biggerresizehandles
Redesign: increase interaction rectangle of resize handles
|
2018-11-02 14:12:49 +00:00 |
Bruno Windels
|
3e02f247c8
|
use AutoHideScrollbar in RoomSubList
|
2018-11-01 17:33:21 +01:00 |
Bruno Windels
|
24d9e8e168
|
use padding and negative margin for all resize handles
this way they only take 1px for layout but have a interaction
target of 11px wide
|
2018-10-31 16:52:36 +01:00 |
Bruno Windels
|
ba83166661
|
Merge branch 'develop' into experimental
|
2018-10-31 14:54:22 +01:00 |
Michael Telatynski
|
d54bf13fab
|
Hide all the time travel.
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2018-10-27 11:06:52 +01:00 |
Bruno Windels
|
0038d6d219
|
Merge pull request #2234 from matrix-org/bwindels/roomsectionfixcollapsedsize
Redesign: Fix room lists sizing
|
2018-10-24 12:23:05 +00:00 |
Bruno Windels
|
15059fe005
|
make sure the room list doesn't grow taller than viewport
by setting the min-height to 0 at every flex level,
since by default it's auto which means grow as tall as you need
to make the content fit.
|
2018-10-22 15:55:29 +02:00 |
Bruno Windels
|
d1bab6cc35
|
tweak resize handle in room list
only show a 1 px line but with a 9px interaction target
apply darker color from design
|
2018-10-22 11:19:42 +02:00 |
Bruno Windels
|
7c64d9637e
|
hide resize handles next to collaped/empty sublists
|
2018-10-19 18:18:45 +02:00 |
Bruno Windels
|
d264687796
|
don't scroll sub list header
|
2018-10-18 16:25:22 +02:00 |
Bruno Windels
|
c1e602d56f
|
scrollbars and resize handles around room sub lists
|
2018-10-18 15:19:45 +02:00 |
Matthew Hodgson
|
79d3cca6e9
|
move components' CSS to be in the same repo as their JS
|
2018-04-12 00:23:58 +01:00 |