Skip to content

Commit

Permalink
Make icons more same size by their dimensions
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Oct 31, 2023
1 parent dbad2eb commit 356cec6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2999,7 +2999,7 @@ body.embed .button.logo-button:hover,
/* Set size for the status icons */
.layout-multiple-columns .detailed-status__action-bar .icon,
.layout-multiple-columns .status__action-bar .icon {
--size-icon: 18px;
--size-icon: 19px;
}

/* General for all column icons */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3081,7 +3081,7 @@ body.embed .button.logo-button:hover,
/* Set size for the status icons */
.layout-single-column .detailed-status__action-bar .icon,
.layout-single-column .status__action-bar .icon {
--size-icon: 18px;
--size-icon: 19px;
}

/* General for all column icons */
Expand Down

0 comments on commit 356cec6

Please sign in to comment.