fix(embed): fix post-pr #2863 merge offline banner text color
This commit is contained in:
@@ -23,7 +23,6 @@
|
|||||||
//sets the position of tabbed content for online mode
|
//sets the position of tabbed content for online mode
|
||||||
top: 280px;
|
top: 280px;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.mobileNoTabs {
|
.mobileNoTabs {
|
||||||
@@ -76,3 +75,6 @@
|
|||||||
margin-top: unset;
|
margin-top: unset;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.offlineBanner {
|
||||||
|
color: var(--theme-color-background-main);
|
||||||
|
}
|
||||||
|
|||||||
@@ -210,7 +210,7 @@ export const Content: FC = () => {
|
|||||||
lastLive={lastDisconnectTime}
|
lastLive={lastDisconnectTime}
|
||||||
onNotifyClick={() => setShowNotifyModal(true)}
|
onNotifyClick={() => setShowNotifyModal(true)}
|
||||||
onFollowClick={() => setShowFollowModal(true)}
|
onFollowClick={() => setShowFollowModal(true)}
|
||||||
className={styles.topSectionElement}
|
className={classnames([styles.topSectionElement, styles.offlineBanner])}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|||||||
@@ -20,7 +20,6 @@
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
margin: 3rem auto;
|
margin: 3rem auto;
|
||||||
padding: 2.4em;
|
padding: 2.4em;
|
||||||
color: var(--color-owncast-palette-3);
|
|
||||||
|
|
||||||
@include screen(tablet) {
|
@include screen(tablet) {
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
|
|||||||
Reference in New Issue
Block a user