mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-05 07:28:01 +00:00
856f9d308a
- 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
13 lines
160 B
CSS
13 lines
160 B
CSS
* {
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
body,
|
|
html,
|
|
.App {
|
|
margin: 0px auto;
|
|
overflow: clip;
|
|
height: 100vh;
|
|
}
|