Merge pull request #1378 from dotsam/margin-fix

Add negative margin to sections with fixed cards
This commit is contained in:
JonnyWong16 2020-08-29 12:31:58 -07:00 committed by GitHub
commit 95fc108d57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -744,6 +744,11 @@ a .users-poster-face:hover {
.users-name { .users-name {
position: relative; position: relative;
} }
#currentActivity,
.home-platforms,
.library-platforms {
margin-right: -25px;
}
#dashboard-checking-activity, #dashboard-checking-activity,
#dashboard-no-activity { #dashboard-no-activity {
margin-bottom: 20px; margin-bottom: 20px;