Quick hotfix for mastomodern buttons?
This commit is contained in:
parent
bc5d74cc16
commit
759ab62c7b
2 changed files with 4 additions and 2 deletions
|
@ -2717,6 +2717,7 @@ a:focus-visible,
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
flex-basis: 0%;
|
||||||
}
|
}
|
||||||
#mastodon .status__action-bar.detailed-status__action-bar > div :not(i),
|
#mastodon .status__action-bar.detailed-status__action-bar > div :not(i),
|
||||||
#mastodon .detailed-status__action-bar.detailed-status__action-bar > div :not(i),
|
#mastodon .detailed-status__action-bar.detailed-status__action-bar > div :not(i),
|
||||||
|
@ -4664,4 +4665,4 @@ a:focus-visible,
|
||||||
}
|
}
|
||||||
.modal-root__container {
|
.modal-root__container {
|
||||||
animation: bounceIn 0.7s;
|
animation: bounceIn 0.7s;
|
||||||
}
|
}
|
||||||
|
|
|
@ -2717,6 +2717,7 @@ a:focus-visible,
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
flex-basis: 0%;
|
||||||
}
|
}
|
||||||
#mastodon .status__action-bar.detailed-status__action-bar > div :not(i),
|
#mastodon .status__action-bar.detailed-status__action-bar > div :not(i),
|
||||||
#mastodon .detailed-status__action-bar.detailed-status__action-bar > div :not(i),
|
#mastodon .detailed-status__action-bar.detailed-status__action-bar > div :not(i),
|
||||||
|
@ -4664,4 +4665,4 @@ a:focus-visible,
|
||||||
}
|
}
|
||||||
.modal-root__container {
|
.modal-root__container {
|
||||||
animation: bounceIn 0.7s;
|
animation: bounceIn 0.7s;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue