Adjust vertical align of recording tag to match with the session title
This commit is contained in:
parent
5a6f5b6f7a
commit
f9232bcf64
2
bigbluebutton-html5/imports/ui/components/nav-bar/recording-indicator/component.jsx
Normal file → Executable file
2
bigbluebutton-html5/imports/ui/components/nav-bar/recording-indicator/component.jsx
Normal file → Executable file
@ -7,7 +7,7 @@ const RecordingIndicator = ({
|
||||
if (!record) return null;
|
||||
|
||||
return (
|
||||
<div>
|
||||
<div className={styles.recordState}>
|
||||
<div className={recording ? styles.recordIndicator : styles.notRecording} />
|
||||
<span className={recording ? styles.recordingLabel : styles.notRecordingLabel}>{title}</span>
|
||||
</div>
|
||||
|
4
bigbluebutton-html5/imports/ui/components/nav-bar/recording-indicator/styles.scss
Normal file → Executable file
4
bigbluebutton-html5/imports/ui/components/nav-bar/recording-indicator/styles.scss
Normal file → Executable file
@ -55,3 +55,7 @@
|
||||
@extend %baseIndicatorLabel;
|
||||
color: $color-gray;
|
||||
}
|
||||
|
||||
.recordState {
|
||||
display: flex;
|
||||
}
|
Loading…
Reference in New Issue
Block a user