Skip to content

Commit

Permalink
[mirotalkwebrtc] - fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Nov 27, 2024
1 parent 056bffd commit 2448820
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/css/client.css
Original file line number Diff line number Diff line change
Expand Up @@ -568,11 +568,12 @@ iframe {
}

#addRoomDiv {
z-index: 10;
display: flex;
position: absolute;
float: right;
right: 15px;
gap: 5px;
gap: 10px;
}

.add-row-select-options {
Expand Down
1 change: 1 addition & 0 deletions frontend/html/client.html
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@
<button id="del-all-btn" class="custom-button uil uil-multiply"></button>
</div>
</div>
<br/>
<table id="myTable" class="fadeIn">
<thead>
<tr>
Expand Down

0 comments on commit 2448820

Please sign in to comment.