-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
6 changed files
with
160 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
@use 'store/featured'; | ||
@use 'user/activity'; | ||
@use 'user/profile'; | ||
@use 'community/groups'; | ||
@use 'community/groups'; | ||
@use 'contributors/userAvatars'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
/* ACTIVITY PAGE IMAGES */ | ||
/* gamelogo header background */ | ||
.gameLogo { | ||
background: transparent !important; | ||
} | ||
|
||
/* gamelogo header image */ | ||
.gameLogo img { | ||
border-radius: 10px !important; | ||
} | ||
|
||
/* group announcement content image */ | ||
.blotter_group_announcement_content img { | ||
border-radius: 10px !important; | ||
} | ||
|
||
/* game purchase images */ | ||
.blotter_gamepurchase_content img { | ||
border-radius: 10px !important; | ||
} | ||
|
||
/* screenshot gallery images */ | ||
.blotter_screenshot_gallery_image img, .blotter_screenshot_gallery_image_selected img { | ||
border-radius: 10px !important; | ||
} | ||
|
||
/* group avatar image */ | ||
.avatarMedium img { | ||
border-radius: 10px !important; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
/* ACTIVITY PAGE PROFILES */ | ||
/* avatar status */ | ||
.playerAvatar, .friend_block_holder .friend_block_avatar, .friend_activity .friend_block_avatar { | ||
border-radius: 50% !important; | ||
} | ||
|
||
/* avatar image */ | ||
.playerAvatar img, .friend_block_holder .friend_block_avatar img, .friend_activity .friend_block_avatar img { | ||
border-radius: 50% !important; | ||
} | ||
|
||
/* avatar small status */ | ||
.blotter_playerAvatarSmall { | ||
border-radius: 50% !important; | ||
} | ||
|
||
/* avatar small image */ | ||
.blotter_playerAvatarSmall img { | ||
border-radius: 50% !important; | ||
} | ||
|
||
/* removes new avatar picture frame */ | ||
.playerAvatar .profile_avatar_frame > img { | ||
display: none !important; | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters