diff --git a/web/pages/offline-notice.tsx b/web/pages/offline-notice.tsx index 69fb97f7e..947cdf276 100644 --- a/web/pages/offline-notice.tsx +++ b/web/pages/offline-notice.tsx @@ -1,5 +1,5 @@ import Link from 'next/link'; -import { Result, Card, Row, Col, Input, Collapse, Typography } from 'antd'; +import { Card, Row, Col, Input, Collapse, Typography } from 'antd'; import { MessageTwoTone, QuestionCircleTwoTone, @@ -43,11 +43,9 @@ export default function Offline({ logs = [], config }) { Learn how to point your existing software to your new server and start streaming your content. - - - Streaming URL: + Streaming URL: @@ -58,7 +56,7 @@ export default function Offline({ logs = [], config }) { - Stream Key: + Stream Key: @@ -66,8 +64,6 @@ export default function Offline({ logs = [], config }) { - - ), }, diff --git a/web/styles/globals.scss b/web/styles/globals.scss index ce0711d41..6b2a0eab8 100644 --- a/web/styles/globals.scss +++ b/web/styles/globals.scss @@ -95,8 +95,15 @@ strong { } .stream-info-box { + font-size: 0.8em; background-color: var(--purple-dark); padding: 0.25rem 0.5rem; margin-left: 0.5rem; color: var(--white); + margin-bottom: 0px !important; + + .ant-typography-copy { + font-size: 0.92em; + } } +