Skip to content

Commit

Permalink
fix(topics): improve css for cropper
Browse files Browse the repository at this point in the history
  • Loading branch information
nsantacruz committed Dec 4, 2024
1 parent 9d3fba9 commit 25e0ea0
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions static/css/s2.css
Original file line number Diff line number Diff line change
Expand Up @@ -7631,10 +7631,10 @@ But not to use a display block directive that might break continuous mode for ot
}
.profile-pic-cropper {
}
.profile-page .profile-pic .profile-pic-cropper-modal .profile-pic-cropper-button {
#interruptingMessage.profile-pic-cropper-modal .profile-pic-cropper-button {
display: inline-flex;
}
.profile-page .profile-pic .profile-pic-cropper-desc {
.profile-pic-cropper-desc {
margin-top: 9px;
margin-bottom: 18px;
}
Expand Down Expand Up @@ -11561,7 +11561,8 @@ cursor: pointer;
.profile-page .follow-header .follow-count {
color: #999;
}
.profile-page .resourcesLink {
.profile-page .resourcesLink,
.profile-pic-cropper-button.resourcesLink {
min-height: 46px;
height: 46px;
overflow: visible;
Expand All @@ -11584,7 +11585,8 @@ cursor: pointer;
line-height: 1.5;
}
.profile-page .profile-summary .resourcesLink + .resourcesLink,
.profile-page .profile-summary .largeFollowButton + .resourcesLink {
.profile-page .profile-summary .largeFollowButton + .resourcesLink,
#interruptingMessage.profile-pic-cropper-modal .resourcesLink + .resourcesLink {
margin: 0 0 0 10px;
}
.interface-hebrew .profile-page .profile-summary .largeFollowButton + .resourcesLink,
Expand Down

0 comments on commit 25e0ea0

Please sign in to comment.