Skip to content

Commit

Permalink
Change all profile header tab buttons to correct size
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Nov 26, 2023
1 parent 3b48b5f commit 91897fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions layout-multiple-columns.css
Original file line number Diff line number Diff line change
Expand Up @@ -2625,8 +2625,7 @@ body.embed .button.logo-button,
}

/* Copy-icon size in profile */
.layout-multiple-columns .account__header__tabs__buttons .icon-button.copied svg,
.layout-multiple-columns .account__header__tabs__buttons .icon-button.copyable svg {
.layout-multiple-columns .account__header__tabs__buttons .icon-button svg {
height: 18px;
width: 18px;
}
Expand Down
3 changes: 1 addition & 2 deletions layout-single-column.css
Original file line number Diff line number Diff line change
Expand Up @@ -2652,8 +2652,7 @@ body.embed .button.logo-button,
}

/* Copy-icon size in profile */
.layout-single-column .account__header__tabs__buttons .icon-button.copied svg,
.layout-single-column .account__header__tabs__buttons .icon-button.copyable svg {
.layout-single-column .account__header__tabs__buttons .icon-button svg {
height: 18px;
width: 18px;
}
Expand Down

0 comments on commit 91897fc

Please sign in to comment.