Skip to content

Commit

Permalink
[mirotalksfu] - fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Nov 7, 2024
1 parent 1b01ac9 commit 1322e81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions public/css/Room.css
Original file line number Diff line number Diff line change
Expand Up @@ -720,9 +720,10 @@ th {
display: block;
}

/* moderator title */
.mod-title {
margin-top: 5px;
color: grey;
font-size: 1.1rem;
color: #c2c2c2;
}

/*--------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion public/views/Room.html
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ <h1>Loading</h1>
</div>

<div id="tabModerator" class="tabcontent">
<h4>Moderator options for Everyone</h4>
<span class="mod-title">Moderator options for Everyone</span>
<hr />
<table class="settingsTable">
<tr id="everyonePrivacyBtn">
Expand Down

0 comments on commit 1322e81

Please sign in to comment.