Skip to content

Commit

Permalink
[mirotalksfu] - fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Jul 21, 2024
1 parent 4452697 commit ae82067
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/css/Room.css
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ body {
#control {
z-index: 3;
position: absolute;
display: flex;
display: none;
padding: 5px;

top: var(--btns-top);
Expand All @@ -189,12 +189,12 @@ body {
#control button {
font-size: 1rem;
padding: 10px;
transition: all 0.3s ease-in-out;
background: var(--btns-bg-color);
border-radius: 10px;
border: none !important;
/* border: var(--border); */
/* box-shadow: var(--box-shadow); */
transition: all 0.3s ease-in-out;
}

#control button i {
Expand Down

0 comments on commit ae82067

Please sign in to comment.