Skip to content

Commit

Permalink
changed test to actual names
Browse files Browse the repository at this point in the history
  • Loading branch information
Fiszh authored Oct 6, 2024
1 parent 6c8c234 commit 1486cd2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions homepage.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
left: 0;
}

#streamInfo .test0,
#streamInfo .test1,
#streamInfo .test2 {
#streamInfo .name,
#streamInfo .title,
#streamInfo .category {
width: 100%;
text-align: left;
flex: 1;
Expand All @@ -74,7 +74,7 @@
margin: 5px 0;
}

#channelInfo .test3 {
#channelInfo .viewers {
z-index: 3;
position: absolute;
top: 2%;
Expand Down

0 comments on commit 1486cd2

Please sign in to comment.