Skip to content

Commit

Permalink
Gap and padding added
Browse files Browse the repository at this point in the history
  • Loading branch information
ackava committed Oct 31, 2023
1 parent 0be3bd4 commit 0f83af1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions src/player/AtomVideoPlayer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ const isTouchEnabled = /android|iPhone|iPad/i.test(navigator.userAgent);
justify-self: center;
height: 10vh;
gap: 5px;
overflow: hidden;
grid-template-columns: auto 1fr;
Expand All @@ -36,9 +38,9 @@ const isTouchEnabled = /android|iPhone|iPad/i.test(navigator.userAgent);
background-color: black;
color: white;
border-radius: 5px;
border-radius: 10px;
padding: 5px;
padding: 10px;
align-items: center;
justify-items: stretch;
Expand Down
2 changes: 1 addition & 1 deletion src/tests/basic/video/AtomVideoTest.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default class AtomVideoTest extends AtomControl {
<AtomVideoPlayer
logo="https://test.castyy.com/files/was/15242/25964cbc418f4692b9d58f95624a21ad/playstore.png"
logoTitle="Castyy Demo Video"
logoDescription="Big bunny high definition vide"
logoDescription="Big bunny high definition video"
source="http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4"
/>
</div>)
Expand Down

0 comments on commit 0f83af1

Please sign in to comment.