File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2626 --checkbox-size : 15px ; /* height and width of checkbox and radio inputs */
2727 --page-spacing : 16px ; /* space between page elements */
2828 --page-margin-x : 32px ; /* minimum space on left and right side of page */
29+ --sidebar-width : 296px ;
2930}
3031
3132@media (min-width : 768px ) and (max-width : 1200px ) {
Original file line number Diff line number Diff line change 4747
4848.issue-content-right {
4949 margin : 0 !important ;
50- width : 300 px ;
50+ width : var ( --sidebar-width ) ;
5151}
5252
5353.issue-sidebar-combo .ui .dropdown .item : not (.checked ) .item-check-mark {
Original file line number Diff line number Diff line change 11.repo-grid-filelist-sidebar {
22 display : grid;
3- grid-template-columns : auto 296 px ;
3+ grid-template-columns : auto var ( --sidebar-width ) ;
44 grid-template-rows : auto auto 1fr ;
55 gap : var (--page-spacing );
66}
You can’t perform that action at this time.
0 commit comments