Skip to content

Commit

Permalink
smaller activity card
Browse files Browse the repository at this point in the history
  • Loading branch information
Metro420yt committed Sep 19, 2024
1 parent 7708103 commit c0a4c5c
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions stuff/_activity.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
.body_ad5fac .card_ae1fa2, //client user profile
.section_ba4d80:first-child > .card_ae1fa2 // full profile
{
padding: 16px;
margin-top: 25px;
padding-top: 12px;
margin-top: 12px;
z-index: 1;

.text_ec2fa7,
Expand Down Expand Up @@ -43,6 +43,15 @@
color: #fff;
}

.header_ae1fa2 > * {
top: 0;
position: absolute;

&.headerTags_ae1fa2 {
right: 8px;
}
}

// Waves are back :D
.header_ae1fa2::before {
content: "";
Expand Down

0 comments on commit c0a4c5c

Please sign in to comment.