File tree Expand file tree Collapse file tree 4 files changed +25
-5
lines changed Expand file tree Collapse file tree 4 files changed +25
-5
lines changed Original file line number Diff line number Diff line change 1
- .list-group-item
1
+ div
2
2
div( data-hook ='doc-subview' )
Original file line number Diff line number Diff line change 1
- .list-group ( data-hook ='documents-container' )
1
+ div ( data-hook ='documents-container' )
Original file line number Diff line number Diff line change 11
11
.column-container
12
12
.column.main
13
13
div( data-hook ='fields-subview' )
14
+ .splitter
15
+ button.btn.btn-link.splitter-button
16
+ i.fa.fa-caret-left
17
+ |
18
+ i.fa.fa-file-text-o
14
19
.column.side
15
- .splitter
16
- i.fa.fa-lg.fa-rotate-90.fa-sort
17
20
div( data-hook ='documents-subview' )
Original file line number Diff line number Diff line change 86
86
}
87
87
}
88
88
.column-container {
89
- padding-right : 20px ;
90
89
display : flex ;
91
90
overflow : hidden ;
92
91
height : 100vh ;
103
102
-webkit-overflow-scrolling : touch ;
104
103
-ms-overflow-style : none ;
105
104
position : relative ;
105
+ transition : width 250ms ease ;
106
106
}
107
107
108
108
.main {
114
114
width : 350px ;
115
115
font-family : @font-family-monospace ;
116
116
font-size : 11px ;
117
+ border-left : 2px solid @gray7 ;
118
+ right : -12px ;
117
119
}
118
120
119
121
.splitter {
120
122
width : 20px ;
121
123
height : 20px ;
124
+ position : relative ;
125
+ right : 20px ;
126
+ }
127
+ .splitter-button {
128
+ outline : none ;
129
+ color : @gray1 ;
130
+ text-decoration : none ;
131
+
132
+ & :hover {
133
+ text-decoration : none ;
134
+ }
135
+ & :active {
136
+ outline : none ;
137
+ color : @green2 ;
138
+ }
122
139
}
123
140
}
124
141
You can’t perform that action at this time.
0 commit comments