Simple monitor for displaying MIDI status for digital pianos.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 

23 行
249 B

  1. html {
  2. width: 100%;
  3. height: 100%;
  4. }
  5. body {
  6. margin: 0;
  7. width: 100%;
  8. height: 100%;
  9. }
  10. #root {
  11. width: 100%;
  12. height: 100%;
  13. display: grid;
  14. grid-template-columns: 1fr auto;
  15. align-items: stretch;
  16. }
  17. :root {
  18. --size-scale-factor: 2;
  19. }