File tree Expand file tree Collapse file tree 4 files changed +11
-18
lines changed
webroot/rsrc/css/application/conpherence Expand file tree Collapse file tree 4 files changed +11
-18
lines changed Original file line number Diff line number Diff line change 993
993
),
994
994
'conpherence-menu-css ' =>
995
995
array (
996
- 'uri ' => '/res/cae40b18 /rsrc/css/application/conpherence/menu.css ' ,
996
+ 'uri ' => '/res/4c356703 /rsrc/css/application/conpherence/menu.css ' ,
997
997
'type ' => 'css ' ,
998
998
'requires ' =>
999
999
array (
1002
1002
),
1003
1003
'conpherence-message-pane-css ' =>
1004
1004
array (
1005
- 'uri ' => '/res/150f96d4 /rsrc/css/application/conpherence/message-pane.css ' ,
1005
+ 'uri ' => '/res/3627d418 /rsrc/css/application/conpherence/message-pane.css ' ,
1006
1006
'type ' => 'css ' ,
1007
1007
'requires ' =>
1008
1008
array (
1029
1029
),
1030
1030
'conpherence-widget-pane-css ' =>
1031
1031
array (
1032
- 'uri ' => '/res/13478b94 /rsrc/css/application/conpherence/widget-pane.css ' ,
1032
+ 'uri ' => '/res/b80fc69c /rsrc/css/application/conpherence/widget-pane.css ' ,
1033
1033
'type ' => 'css ' ,
1034
1034
'requires ' =>
1035
1035
array (
Original file line number Diff line number Diff line change 3
3
*/
4
4
5
5
.conpherence-layout {
6
- position : fixed;
7
- bottom : 0 ;
8
- left : 0 ;
9
- right : 0 ;
10
- top : 44px ;
11
- background : # fff ;
6
+ position : relative;
12
7
}
13
8
14
9
.conpherence-layout .conpherence-no-threads {
37
32
position : absolute;
38
33
overflow-x : hidden;
39
34
overflow-y : auto;
40
- top : 0 ;
41
- bottom : 0 ;
42
35
}
36
+
43
37
.device-desktop .conpherence-layout .conpherence-menu-pane ,
44
38
.device-desktop .conpherence-layout .phabricator-nav-column-background {
45
39
width : 280px ;
46
40
}
41
+
47
42
.device .conpherence-menu-pane {
48
43
top : 41px ;
49
44
}
45
+
50
46
.device .conpherence-role-list .conpherence-menu-pane {
51
47
top : 0px ;
52
48
}
Original file line number Diff line number Diff line change 13
13
bottom : 0px ;
14
14
min-width : 300px ;
15
15
width : auto;
16
+ background : # fff ;
16
17
}
17
18
18
19
.device .conpherence-message-pane ,
Original file line number Diff line number Diff line change 6
6
.loading .widgets-loading-mask {
7
7
position : fixed;
8
8
right : 0px ;
9
- top : 76px ;
10
- bottom : 0px ;
11
9
width : 240px ;
12
10
border-width : 0 0 0 1px ;
13
- border-color : # CCC ;
11
+ border-color : {$lightblueb or der} ;
14
12
bor der- style: solid;
15
13
overflow- y: auto ;
14
+ background: # fff ;
15
+ height: 100%;
16
16
- webkit- overflow- scrolling: to uch;
17
17
}
18
18
68
68
}
69
69
70
70
.conpherence-widget-pane .widgets-body {
71
- position : fixed;
72
71
overflow-y : auto;
73
- bottom : 0px ;
74
72
width : 100% ;
75
- top : 76px ;
76
73
}
77
74
78
75
# widgets-settings {
79
76
padding : 3px 6px ;
80
77
}
81
78
82
79
.device-desktop .conpherence-widget-pane .widgets-body {
83
- top : 108px ;
84
80
width : 240px ;
85
81
}
86
82
You can’t perform that action at this time.
0 commit comments