mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-14 11:53:49 +00:00
style tweaks
This commit is contained in:
@@ -1,23 +1,26 @@
|
||||
import styles from './PreviewContainer.module.css';
|
||||
import IFrameLoader from './IFrameLoader';
|
||||
import IFrameLoader from './iframes/IFrameLoader';
|
||||
|
||||
export default function PreviewContainer() {
|
||||
return (
|
||||
<div className={styles.previewContainer}>
|
||||
<div className={styles.previewItem}>
|
||||
<IFrameLoader title='Default Presenter' src='http://localhost:3000/' />
|
||||
<IFrameLoader
|
||||
title='Default Presenter'
|
||||
src='http://localhost:3000/speaker'
|
||||
/>
|
||||
<div className={styles.label}>Default Presenter</div>
|
||||
</div>
|
||||
<div className={styles.previewItem}>
|
||||
<IFrameLoader title='Audience' src='http://localhost:3000/' />
|
||||
<IFrameLoader title='Audience' src='http://localhost:3000/public' />
|
||||
<div className={styles.label}>Audience</div>
|
||||
</div>
|
||||
<div className={styles.previewItem}>
|
||||
<IFrameLoader title='Stage Manager' src='http://localhost:3000/' />
|
||||
<IFrameLoader title='Stage Manager' src='http://localhost:3000/sm' />
|
||||
<div className={styles.label}>Stage Manager</div>
|
||||
</div>
|
||||
<div className={styles.previewItem}>
|
||||
<IFrameLoader title='Lower third' src='http://localhost:3000/' />
|
||||
<IFrameLoader title='Lower third' src='http://localhost:3000/lower' />
|
||||
<div className={styles.label}>Lower third</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -125,7 +125,7 @@
|
||||
|
||||
.entryStart,
|
||||
.entryEnd {
|
||||
font-size: 1.5vw;
|
||||
font-size: 1.5vw;
|
||||
}
|
||||
|
||||
.entryTitle {
|
||||
@@ -152,7 +152,7 @@ font-size: 1.5vw;
|
||||
color: #fff;
|
||||
line-height: 7vh;
|
||||
background-color: rgba(255, 255, 255, 0.09);
|
||||
border-bottom: 3px solid #ff7597aa;
|
||||
border-bottom: 0.5vh solid #ff7597aa;
|
||||
}
|
||||
|
||||
/* =================== OVERLAY ===================*/
|
||||
|
||||
Reference in New Issue
Block a user