Fix boost button offset in numbered items
This commit is contained in:
parent
55f102b9dc
commit
da49c5d5e9
@ -3864,7 +3864,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||
|
||||
/* Offset in numbered item */
|
||||
.layout-multiple-columns.no-reduce-motion .status__action-bar .icon-button.icon-button--with-counter.active:focus .icon-retweet {
|
||||
left: -88px;
|
||||
left: -84px;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -3953,7 +3953,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||
|
||||
/* Offset in numbered item */
|
||||
.layout-single-column.no-reduce-motion .status__action-bar .icon-button.icon-button--with-counter.active:focus .icon-retweet {
|
||||
left: -86px;
|
||||
left: -84px;
|
||||
}
|
||||
|
||||
.layout-single-column.no-reduce-motion .status__action-bar .icon-button.icon-button--with-counter.activate .icon-button__counter,
|
||||
|
Loading…
x
Reference in New Issue
Block a user