Browse Source

Fix styling of notification modal. Closes #2080

pull/2415/head
Gabe Kangas 3 years ago
parent
commit
87f6741bfb
No known key found for this signature in database
GPG Key ID: 4345B2060657F330
  1. 6
      web/components/modals/FollowModal/FollowModal.module.scss
  2. 2
      web/components/modals/FollowModal/FollowModal.tsx

6
web/components/modals/FollowModal/FollowModal.module.scss

@ -13,6 +13,8 @@
font-family: var(--theme-text-display-font-family); font-family: var(--theme-text-display-font-family);
font-size: 0.7rem; font-size: 0.7rem;
font-weight: 600; font-weight: 600;
margin-top: 5px;
margin-bottom: 5px;
} }
.footer { .footer {
@ -25,6 +27,10 @@
margin-top: 5px; margin-top: 5px;
margin-bottom: 10px; margin-bottom: 10px;
font-size: 0.8rem; font-size: 0.8rem;
border-color: var(--color-owncast-palette-5);
border-width: 1px;
border-style: solid;
border-radius: 6px;
.logo { .logo {
border-radius: 50%; border-radius: 50%;

2
web/components/modals/FollowModal/FollowModal.tsx

@ -79,7 +79,7 @@ export const FollowModal: FC<FollowModalProps> = ({ handleClose, account, name }
By following this stream you'll get notified on the Fediverse when it goes live. Now is a By following this stream you'll get notified on the Fediverse when it goes live. Now is a
great time to great time to
<a href="https://owncast.online/join-fediverse" target="_blank" rel="noreferrer"> <a href="https://owncast.online/join-fediverse" target="_blank" rel="noreferrer">
learn about the Fediverse &nbsp;learn about the Fediverse&nbsp;
</a> </a>
if it's new to you. if it's new to you.
</div> </div>

Loading…
Cancel
Save