Commit cb54879 vikasrohit
authored
File tree 1 file changed +0
-22
lines changed
1 file changed +0
-22
lines changed Original file line number Diff line number Diff line change 21
21
22
22
& .is-fullscreen {
23
23
border-radius : 0 ;
24
- padding-bottom : 62px ;
25
24
}
26
25
}
27
26
158
157
.add-comment {
159
158
background-color : $tc-gray-neutral-light ;
160
159
border-radius : 0 0 $card-border-radius $card-border-radius ;
161
-
162
- .is-fullscreen & {
163
- border-top : 1px solid $tc-gray-10 ;
164
- bottom : 0 ;
165
- position : fixed ;
166
- right : 0 ;
167
- /* minus sidebar width and minus sidebar border width */
168
- width : calc (100% - 360px - 1px );
169
- z-index : 5 ;
170
-
171
- /* if there is not enough space for sidebar to be 360
172
- than it becomes 1/3 of the width */
173
- @media screen and (min-width : $screen-md ) and (max-width : 360px * 3 ) {
174
- /* two third of the width minus 1px of the width of the sidebar */
175
- width : calc (100% / 3 * 2 - 1px );
176
- }
177
-
178
- @media screen and (max-width : $screen-md - 1px ) {
179
- width : 100% ;
180
- }
181
- }
182
160
}
183
161
184
162
.no-comments {
You can’t perform that action at this time.
0 commit comments