Skip to content

Commit

Permalink
[mirotalksfu] - fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Jan 26, 2025
1 parent d071374 commit 401b4e0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 deletions.
9 changes: 1 addition & 8 deletions public/css/Room.css
Original file line number Diff line number Diff line change
Expand Up @@ -456,15 +456,8 @@ th {
border-radius: 5px;
}
.custom-width {
width: 140px;
width: 220px;
}
.width-150 {
width: 150px;
}
.width-180 {
width: 180px;
}

.microphone-table-width {
width: 180px;
}
Expand Down
12 changes: 6 additions & 6 deletions public/views/Room.html
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ <h1>Loading</h1>
<hr />
<table class="settingsTable">
<tr>
<td class="width-150">
<td class="custom-width">
<div class="title">
<i class="fa-solid fa-hand-pointer"></i>
<p>Push to talk</p>
Expand Down Expand Up @@ -881,7 +881,7 @@ <h1>Loading</h1>
<hr />
<table class="settingsTable">
<tr>
<td class="width-180">
<td class="custom-width">
<div class="title">
<i class="fa-solid fa-film"></i>
<p>Prioritize H.264</p>
Expand All @@ -894,7 +894,7 @@ <h1>Loading</h1>
</td>
</tr>
<tr id="roomHostOnlyRecording" class="hidden">
<td class="width-180">
<td class="custom-width">
<div class="title">
<i class="fa-solid fa-user-shield"></i>
<p>Only host</p>
Expand All @@ -911,7 +911,7 @@ <h1>Loading</h1>
</td>
</tr>
<tr id="roomRecordingServer" class="hidden">
<td class="width-180">
<td class="custom-width">
<div class="title">
<i class="fas fa-cloud-arrow-up"></i>
<p>Server</p>
Expand Down Expand Up @@ -967,7 +967,7 @@ <h1>Loading</h1>
<hr />
<table class="settingsTable">
<tr id="avatars">
<td class="width-180">
<td class="custom-width">
<div class="title">
<i class="fa-solid fa-users-line"></i>
<p>Show free avatars</p>
Expand Down Expand Up @@ -1131,7 +1131,7 @@ <h1>Loading</h1>
<div id="tabShortcuts" class="tabcontent">
<table class="settingsTable">
<tr>
<td class="width-180">
<td class="custom-width">
<div class="title">
<i class="fa-solid fa-keyboard"></i>
<p>Shortcuts</p>
Expand Down

0 comments on commit 401b4e0

Please sign in to comment.