Skip to content

Commit

Permalink
feat: Adding background for video icon
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Boutour <[email protected]>
  • Loading branch information
ViBiOh committed Aug 7, 2023
1 parent 75f5882 commit 73c757c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/fibr/static/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,11 @@ a:hover {
}

.icon-overlay {
background-color: var(--white);
border-radius: 50%;
height: var(--icon-large);
left: calc((100% - var(--icon-large)) / 2);
padding-left: 1rem;
pointer-events: none;
position: absolute;
top: calc((100% - var(--icon-large)) / 2);
Expand Down

0 comments on commit 73c757c

Please sign in to comment.