Normalized margin on activity box
This commit is contained in:
parent
f0817ddd29
commit
5c30658c86
@ -51,7 +51,7 @@ component Profile(viewUser *arn.User, user *arn.User, animeList *arn.AnimeList,
|
|||||||
a.anime-genre.mountable(href="/genre/" + strings.ToLower(genre), data-mountable-type="genre")= genre
|
a.anime-genre.mountable(href="/genre/" + strings.ToLower(genre), data-mountable-type="genre")= genre
|
||||||
|
|
||||||
//- Activity
|
//- Activity
|
||||||
.profile-section
|
.profile-section.profile-section-activity
|
||||||
h3.profile-column-header.mountable(data-mountable-type="extra") Activity
|
h3.profile-column-header.mountable(data-mountable-type="extra") Activity
|
||||||
|
|
||||||
.profile-activities.mountable(data-mountable-type="extra")
|
.profile-activities.mountable(data-mountable-type="extra")
|
||||||
|
@ -159,6 +159,9 @@ const profile-image-size = 280px
|
|||||||
// 100%
|
// 100%
|
||||||
// filter brightness(35%) blur(0)
|
// filter brightness(35%) blur(0)
|
||||||
|
|
||||||
|
.profile-section-activity
|
||||||
|
margin-bottom 0
|
||||||
|
|
||||||
.profile-activities
|
.profile-activities
|
||||||
horizontal-wrap
|
horizontal-wrap
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user