File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
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 ; /* width of repo and issue sidebar */
3029}
3130
3231@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 : var ( --sidebar-width ) ;
50+ width : 300 px ;
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 var ( --sidebar-width ) ;
3+ grid-template-columns : auto 280 px ;
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