Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Fix #905 #948

Merged
merged 1 commit into from
Jan 25, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion app/profile/badges/badges.jade
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.ngdialog-close.close-outside

header.head
.ngdialog-close
.breadcrumbs
.handle
img.profile-circle(fallback-src=require("../../../assets/images/avatarPlaceholder.png"), ng-src="{{vm.profile.photoURL}}")
Expand All @@ -12,6 +13,7 @@ header.head
span.title BADGES

aside.badges
.ngdialog-close
.content
.badgeGroups
.groupBadge(ng-repeat='ag in vm.achievementGroups', ng-class='ag.groupClass', ng-show='ag.specificAchievements[0].active')
Expand Down
24 changes: 21 additions & 3 deletions assets/css/profile/badges.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
padding: 0;
.ngdialog-content {
padding: 30px;
background: white;
opacity: 0.95;
background: rgba(255,255,255,0.85);
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
border-radius: 0;

header.head {
@include sofia-pro-extra-light;
Expand All @@ -32,7 +32,6 @@
margin-bottom: -5px;
margin-right: 13px;
}

}

.badges {
Expand All @@ -44,6 +43,7 @@
display: flex;
flex-direction: column;
justify-content: center;
position: relative;

.content {
overflow: auto;
Expand All @@ -58,7 +58,25 @@
justify-content: center;
}
}
.ngdialog-close {
display: block;
}
}

.ngdialog-close {
display: none;
}

.ngdialog-close.close-outside {
display: block;
height: 100%;
width: 100%;
cursor: default;
}

.ngdialog-close.close-outside:before {
display: none;
}
}
}

Expand Down
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy