Skip to content

Commit

Permalink
eliminate bounce and other improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
cj12312021 committed Oct 13, 2024
1 parent 814f117 commit 4d36264
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions ui/v2.5/src/components/Groups/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,12 @@ button.flip {

#group-page .full-width {
.group-images {
padding: .375rem .75rem;
position: relative;
z-index: 1;

button.btn-link {
padding: 0;
position: relative;
transition: all 0.3s;
z-index: 1;
Expand All @@ -117,11 +119,17 @@ button.flip {
}

button.flip {
align-items: center;
border-radius: 50%;
bottom: 0;
display: block;
bottom: -5px;
display: flex;
font-size: 20px;
height: 40px;
justify-content: center;
padding: 0;
position: absolute;
right: 0;
right: -5px;
width: 40px;
z-index: 2;
}

Expand Down

0 comments on commit 4d36264

Please sign in to comment.