Skip to content

Commit

Permalink
Fix left panel and music panel size issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesalmeida committed Oct 4, 2024
1 parent 6ceb2cb commit 8964667
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ html, body { width:100%; overflow: hidden; }
margin-top: 10px;
max-height: 75px;
text-align: center;
z-index: 3;
}

.drivingGearIcons .fade-out {
Expand All @@ -140,12 +141,14 @@ html, body { width:100%; overflow: hidden; }
}

.carModelStatus {
position: relative;
top: 0%;
display: flex;
position: absolute;
top: 14%;
z-index: 2;
left: 10%;
font-size: 0.7rem;
color:#4e4e4e;
color: #4e4e4e;
z-index: 4;
}

.carModelStatus.fade-out {
Expand Down

0 comments on commit 8964667

Please sign in to comment.