Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Jan 28, 2024
1 parent af1249d commit 3a00f2f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@
"length-zero-no-unit": null,
"font-weight-notation": "numeric",
"number-max-precision": null,
"number-leading-zero": null,
"string-quotes": null,
"max-line-length": null,
"max-empty-lines": null,
"selector-class-pattern": null,
"selector-max-class": 7,
"selector-max-combinators": 7,
Expand Down
7 changes: 5 additions & 2 deletions layout-multiple-columns.css
Original file line number Diff line number Diff line change
Expand Up @@ -1966,6 +1966,7 @@ body.embed .detailed-status__meta .detailed-status__link .icon-retweet,
font-size: var(--font-size);
}

/* stylelint-disable-next-line */
.layout-multiple-columns .notification-admin-report .notification__report__details strong {
font-weight: var(--font-weight-regular);
}
Expand Down Expand Up @@ -4112,14 +4113,16 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
transform: translate(2px, -2px);
}

/* stylelint-disable-next-line */
.layout-multiple-columns.no-reduce-motion .status .icon-button.icon-button--with-counter.star-icon.activate .icon-star + .icon-button__counter > .animated-number {
transform: translateX(10px);
top: 2px;
transform: translateX(10px);
}

/* stylelint-disable-next-line */
.layout-multiple-columns.no-reduce-motion .status__action-bar .icon-button.icon-button--with-counter.active:focus .icon-retweet + .icon-button__counter > .animated-number {
transform: translateX(12px);
top: 2px;
transform: translateX(12px);
}
}

Expand Down

0 comments on commit 3a00f2f

Please sign in to comment.