Browse Source

Updates repo column sizing

main
Keith Daulton 1 year ago
parent
commit
648a4071f7
1 changed files with 13 additions and 0 deletions
  1. +13
    -0
      src/webviews/apps/plus/focus/focus.scss

+ 13
- 0
src/webviews/apps/plus/focus/focus.scss View File

@ -40,6 +40,7 @@ body {
--gk-focus-background-color-hover: var(--background-05);
--gk-divider-color: var(--background-05);
--gk-focus-row-pin-min-width: 64px;
--gk-focus-item-repo-min-width: 150px;
}
.vscode-high-contrast,
@ -66,6 +67,18 @@ body {
--popover-bg: var(--color-background--darken-15);
}
@media (min-width: 1200px) {
body {
--gk-focus-item-repo-min-width: 240px;
}
}
@media (min-width: 1400px) {
body {
--gk-focus-item-repo-min-width: 320px;
}
}
:root {
font-size: 62.5%;
font-family: var(--font-family);

Loading…
Cancel
Save