Ver código fonte

Fixes links bar layout when small

main
Eric Amodio 2 anos atrás
pai
commit
89ff809720
1 arquivos alterados com 8 adições e 0 exclusões
  1. +8
    -0
      src/webviews/apps/home/home.scss

+ 8
- 0
src/webviews/apps/home/home.scss Ver arquivo

@ -93,6 +93,14 @@ p {
padding: 0;
white-space: nowrap;
}
@media screen and (max-width: 450px) {
grid-template-columns: repeat(2, auto);
}
@media screen and (max-width: 350px) {
grid-template-columns: 1fr;
}
}
vscode-button {

Carregando…
Cancelar
Salvar