Files
ontime/client/src/App.css
T
cv 856f9d308a small style fixes + defaults
- remove unused code in collapse atom
- stop text input from creating new line
- clean overflow
- restyle lock button
- restyle action buttons
- 10 second default on paginator
- Pip shows running timer
2021-05-26 22:19:55 +02:00

13 lines
160 B
CSS

* {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
body,
html,
.App {
margin: 0px auto;
overflow: clip;
height: 100vh;
}