mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-09 10:02:12 +00:00
Center modal title
This commit is contained in:
parent
42bc4ab7d3
commit
9869b00fe0
|
@ -38,7 +38,7 @@ class AdultConsentModalInner extends Component<AdultConsentModalProps, any> {
|
|||
data-bs-backdrop="static"
|
||||
>
|
||||
<div className="modal-content">
|
||||
<header className="modal-header text-center">
|
||||
<header className="modal-header justify-content-center">
|
||||
<h3 className="modal-title">Content Warning</h3>
|
||||
</header>
|
||||
{redirectCountdown === Infinity ? (
|
||||
|
|
Loading…
Reference in a new issue