Skip to content

Commit 7fa2e8d

Browse files
committed
undo css variable, reduce to 280px
1 parent 1896f15 commit 7fa2e8d

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

web_src/css/base.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
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) {

web_src/css/repo.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
.issue-content-right {
4949
margin: 0 !important;
50-
width: var(--sidebar-width);
50+
width: 300px;
5151
}
5252

5353
.issue-sidebar-combo .ui.dropdown .item:not(.checked) .item-check-mark {

web_src/css/repo/home.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.repo-grid-filelist-sidebar {
22
display: grid;
3-
grid-template-columns: auto var(--sidebar-width);
3+
grid-template-columns: auto 280px;
44
grid-template-rows: auto auto 1fr;
55
gap: var(--page-spacing);
66
}

0 commit comments

Comments
 (0)