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

fixed #976 added min-width for badge modal #977

Merged
merged 1 commit into from
Feb 2, 2017
Merged
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
11 changes: 6 additions & 5 deletions assets/css/profile/badges.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
background: #fbfbfb;
border: 1px solid #f0f0f0;
width: 30%;
min-width: 300px;
display: flex;
flex-direction: column;
justify-content: center;
Expand All @@ -60,23 +61,23 @@
}
.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