Sfoglia il codice sorgente

Changes font size to match other UI sizing

main
Eric Amodio 2 anni fa
parent
commit
836ddc13b4
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. +2
    -1
      src/webviews/apps/plus/graph/graph.scss

+ 2
- 1
src/webviews/apps/plus/graph/graph.scss Vedi File

@ -710,7 +710,8 @@ a {
}
#opts-popover {
font-size: var(--editor-font-size);
font-size: var(--vscode-font-size);
font-family: var(--vscode-font-family);
background-color: var(--vscode-menu-background);
border: 1px solid var(--vscode-menu-border);
padding: 0;

Caricamento…
Annulla
Salva