File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
frontend/src/components/panels Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 110
110
position : absolute ;
111
111
width : 0 ;
112
112
height : 0 ;
113
- top : 2 px ;
114
- left : 3 px ;
113
+ top : 3 px ;
114
+ left : 2 px ;
115
115
border-style : solid ;
116
- border-width : 0 3px 6px 3 px ;
117
- border-color : transparent transparent var (--color-2-mildblack ) transparent ;
116
+ border-width : 3 px 0 3px 6px ;
117
+ border-color : transparent transparent transparent var (--color-2-mildblack );
118
118
}
119
119
120
120
& .expanded ::after {
121
- top : 3 px ;
122
- left : 4 px ;
123
- border-width : 3px 0 3px 6 px ;
124
- border-color : transparent transparent transparent var (--color-2-mildblack );
121
+ top : 4 px ;
122
+ left : 3 px ;
123
+ border-width : 6 px 3px 0 3px ;
124
+ border-color : var (--color-2-mildblack ) transparent transparent transparent ;
125
125
}
126
126
}
127
127
You can’t perform that action at this time.
0 commit comments