GoScrobble/web/src/Pages/Register.css
Daniel Mason 2f8aa2e502
0.0.5
- Only allow ItemType:Audio from Jellyfin
- Fix NavBar for Mobile (Ugly hack but.. TO REWORK)
- Fixed registration page issues
- Add functionality to pull recent scrobbles to Dashboard
- Add MX record lookup validation for emails
- Add username validation for a-Z 0-9 _ and .
- Dashboard shows basic table of last 500 scrobbles.
2021-03-30 21:36:28 +13:00

15 lines
No EOL
202 B
CSS

.registerBody {
padding: 20px 5px 5px 5px;
font-size: 16pt;
width: 300px;
}
.registerFields {
width: 100%;
}
.registerButton {
height: 50px;
width: 100%;
margin-top:-5px;
}