Skip to content

Commit

Permalink
[mirotalksfu] - #171 improve username UI
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Oct 31, 2024
1 parent 320b0ce commit fe1bf78
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions public/css/VideoGrid.css
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,12 @@
font-size: 10px;
display: flex;
align-items: center;
padding: 5px;
margin: 5px;
padding: 10px;
margin: 10px;
width: auto;
height: 25px;
border-radius: 5px;
background: rgba(0, 0, 0, 0.1);
background: var(--body-bg);
}

.fscreen {
Expand Down Expand Up @@ -246,8 +246,7 @@
font-size: 18px;
font-weight: bold;
color: #fff;
text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
background-color: rgba(36, 36, 36, 0.8);
background: var(--body-bg);
border-radius: 10px;
padding: 6px;
width: 100%;
Expand Down

0 comments on commit fe1bf78

Please sign in to comment.