fix: improve spinner layout

pull/15/head
c-cal 6 years ago
parent e1e97a0dac
commit b31c261596
Signed by: watcha
GPG Key ID: 87DD78E7F7A1581D
  1. 1
      src/App.css
  2. 3
      src/index.css

@ -31,6 +31,7 @@
.tab-content {
display: flex;
height: 100%;
min-height: 1%;
}

@ -1,6 +1,7 @@
#root {
display: flex;
flex-direction: column;
max-width: 100vw;
height: 100vh;
max-height: 100vh;
max-width: 100vw;
}

Loading…
Cancel
Save