mirror of
https://github.com/idanoo/GoScrobble
synced 2025-07-01 13:42:20 +00:00
- 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.
35 lines
No EOL
504 B
CSS
35 lines
No EOL
504 B
CSS
.navLink {
|
|
padding: 0 15px 0 15px;
|
|
color: #CCCCCC;
|
|
}
|
|
|
|
.navLinkMobile {
|
|
color: #CCCCCC;
|
|
}
|
|
|
|
.navLink:hover {
|
|
color: #666666;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.navLinkMobile:hover {
|
|
color: #666666;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.navLinkLogin {
|
|
margin-left: 15px;
|
|
padding-left: 15px;
|
|
border-left: 1px solid #282c34;
|
|
}
|
|
|
|
.navLinkLoginMobile {
|
|
margin: 0 auto 0 auto;
|
|
padding: 10px;
|
|
text-align: center;
|
|
}
|
|
|
|
.nav-logo {
|
|
height: 50px;
|
|
margin: -15px 5px -15px -5px;
|
|
} |