Ver a proveniência

Updates repo column sizing

main
Keith Daulton há 1 ano
ascendente
cometimento
648a4071f7
1 ficheiros alterados com 13 adições e 0 eliminações
  1. +13
    -0
      src/webviews/apps/plus/focus/focus.scss

+ 13
- 0
src/webviews/apps/plus/focus/focus.scss Ver ficheiro

@ -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);

Carregando…
Cancelar
Guardar