Also: - The project input field now allows pasting of URLs - The overlay cannot be clicked while the project is loading
8 lines
134 B
CSS
8 lines
134 B
CSS
body {
|
|
width: 578px;
|
|
padding: 16px;
|
|
margin: 0 auto;
|
|
background: #fff;
|
|
font-family: sans-serif;
|
|
color: #000;
|
|
}
|