File tree Expand file tree Collapse file tree 3 files changed +25
-21
lines changed Expand file tree Collapse file tree 3 files changed +25
-21
lines changed Original file line number Diff line number Diff line change 65
65
background-color : var (--bg-primary );
66
66
border : 1px solid var (--border-color );
67
67
border-radius : 5px ;
68
- z-index : 1 ;
69
68
padding : 0.5rem ;
70
69
}
71
70
Original file line number Diff line number Diff line change 1
1
.sidebar {
2
+ width : 20vw ;
3
+ max-height : 100% ;
2
4
padding : 10px ;
3
5
border : 1px solid rgba (255 , 255 , 255 , .2 );
4
6
background-color : var (--bg-primary );
11
13
text-decoration : none;
12
14
}
13
15
14
- .convList {
15
- display : flex;
16
- height : 100% ;
17
- flex-direction : column;
18
- overflow : auto;
19
- scrollbar-color : var (--border-color ) transparent;
20
- scrollbar-width : thin;
21
- }
22
-
23
- .sidebarDateGroup {
24
- color : var (--text-3 );
25
- text-align : start;
26
- margin : 10px ;
27
- margin-top : 20px ;
28
- }
29
-
30
16
.sidebarButton {
31
17
height : 2rem ;
32
18
margin : 2px ;
45
31
background-color : var (--bg-secondary );
46
32
}
47
33
34
+ .convList {
35
+ display : flex;
36
+ height : 100% ;
37
+ flex-direction : column;
38
+ overflow-y : auto;
39
+ overflow-x : visible;
40
+ scrollbar-color : var (--border-color ) transparent;
41
+ scrollbar-width : thin;
42
+ }
43
+
44
+ .sidebarDateGroup {
45
+ color : var (--text-3 );
46
+ text-align : start;
47
+ margin : 10px ;
48
+ margin-top : 20px ;
49
+ }
50
+
51
+
52
+
48
53
.sidebarBottom {
49
54
margin-top : auto;
50
55
width : 90% ;
Original file line number Diff line number Diff line change 43
43
}
44
44
45
45
.App {
46
- text-align : center;
47
- display : flex;
48
- background-color : var (--bg-primary );
49
- color : var (--text-primary );
50
46
position : absolute;
51
47
top : 0 ;
52
48
bottom : 0 ;
53
49
left : 0 ;
54
50
right : 0 ;
51
+ text-align : center;
52
+ display : flex;
53
+ background-color : var (--bg-primary );
54
+ color : var (--text-primary );
55
55
}
56
56
57
57
.App-logo {
You can’t perform that action at this time.
0 commit comments