File tree 1 file changed +1
-31
lines changed
1 file changed +1
-31
lines changed Original file line number Diff line number Diff line change @@ -159,15 +159,7 @@ export default {
159
159
</script >
160
160
161
161
<style lang="scss">
162
- .mentions {
163
- .pagination-simple {
164
- display : grid ;
165
- grid-template-columns : 6rem auto auto ;
166
- -moz-column-gap : .5rem ;
167
- column-gap : .5rem ;
168
- justify-content : end ;
169
- }
170
- }
162
+ .mentions .pagination-slide .pagination-controls { margin : auto ; }
171
163
#public-content {
172
164
.mentions & {
173
165
grid-template-columns : minmax (0 , 3fr ) minmax (240px , 1fr );
@@ -345,19 +337,6 @@ export default {
345
337
}
346
338
}
347
339
348
- .pagination-simple {
349
- background-color : $base-background-color ;
350
- padding : 1rem 0 ;
351
- position : sticky ;
352
- bottom : 0 ;
353
- left : 0 ;
354
- text-align : right ;
355
-
356
- .user-settings & {
357
- position : relative ;
358
- }
359
- }
360
-
361
340
.caret-right {
362
341
height : 12px ;
363
342
position : relative ;
@@ -422,14 +401,5 @@ $columnGap-small: 0.5rem;
422
401
}
423
402
}
424
403
}
425
-
426
- .pagination-simple {
427
- position : fixed ;
428
- bottom : 0 ;
429
- left : 0 ;
430
- text-align : center ;
431
- width : 100% ;
432
- margin-bottom : 0 ;
433
- }
434
404
}
435
405
</style >
You can’t perform that action at this time.
0 commit comments