Skip to content

Commit

Permalink
[mirotalksfu] - improve settings UI
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Jun 5, 2023
1 parent f51ff61 commit a9cf10e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions public/css/Room.css
Original file line number Diff line number Diff line change
Expand Up @@ -301,13 +301,13 @@ body {
.settingsTable td,
th {
text-align: left;
padding: 10px;
padding: 5px;
}
.settingsTable tr:nth-child(even) {
/* background-color: #121212; */
}
.settingsTable i {
border: var(--border);
border: none;
border-radius: 5px;
}

Expand Down Expand Up @@ -363,7 +363,7 @@ th {
}

.tabcontent button {
margin-top: 5px;
margin-top: 10px;
width: 100%;
text-align: left;
}
Expand Down

0 comments on commit a9cf10e

Please sign in to comment.