Skip to content

Commit

Permalink
Fix user icon not displaying on advanced view
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Nov 8, 2023
1 parent 89a798a commit 14f3bd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions layout-multiple-columns.css
Original file line number Diff line number Diff line change
Expand Up @@ -3066,6 +3066,7 @@ body.embed .button.logo-button:hover,
}

/* ...except for these icons, we kinda like them as they are */
.layout-multiple-columns .account__header__tabs__buttons .icon.icon-users path,
.layout-multiple-columns .account__header__tabs__buttons .icon.icon-user-plus path,
.layout-multiple-columns .notification__filter-bar .icon.icon-user-plus path,
.layout-multiple-columns .account__header__tabs__buttons .icon.icon-tasks path,
Expand Down
1 change: 1 addition & 0 deletions layout-single-column.css
Original file line number Diff line number Diff line change
Expand Up @@ -3168,6 +3168,7 @@ body.embed .button.logo-button:hover,
}

/* ...except for these icons, we kinda like them as they are */
.layout-single-column .account__header__tabs__buttons .icon.icon-users path,
.layout-single-column .account__header__tabs__buttons .icon.icon-user-plus path,
.layout-single-column .notification__filter-bar .icon.icon-user-plus path,
.layout-single-column .account__header__tabs__buttons .icon.icon-tasks path,
Expand Down

0 comments on commit 14f3bd5

Please sign in to comment.