Skip to content

Commit

Permalink
Merge pull request #438 from nicolube/bugfix/client_background_cover
Browse files Browse the repository at this point in the history
Cover backgrounds
  • Loading branch information
Mindgamesnl authored Jun 13, 2024
2 parents f95dc45 + 9baeea0 commit 6e4ac65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions client/src/oa.css
Original file line number Diff line number Diff line change
Expand Up @@ -1215,6 +1215,7 @@ pre {
transparent,
color-mix(in srgb, transparent, var(--dark-primary-background) 70%) 100%
), var(--background-image);
background-size: cover;
background-position-y: center;
}

Expand Down
2 changes: 2 additions & 0 deletions client/src/views/client/pages/voice/voicepage.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@
color-mix(in srgb, transparent, #07020D 60%),
color-mix(in srgb, transparent, #07020D 70%) 100%
), var(--background-image);
background-size: cover;
background-position: center;
}

0 comments on commit 6e4ac65

Please sign in to comment.