Skip to content

Commit

Permalink
fix css issue in profile video
Browse files Browse the repository at this point in the history
  • Loading branch information
ravi-sawlani-yral committed Apr 30, 2024
1 parent 64e0fc0 commit 15e97bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/page/profile/profile_post.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ pub fn ProfilePost() -> impl IntoView {
<div class ="absolute left-4 top-4 bg-transparent z-10 text-white">
<BackButton fallback="/".to_string()/>
</div>
<div class="snap-always snap-end w-full h-screen">
<div class="snap-always snap-end w-dvw h-dvh">
<div class="bg-transparent w-full h-full relative overflow-hidden">
<div
class="absolute top-0 left-0 bg-cover bg-center w-full h-full z-[1] blur-lg"
Expand Down
2 changes: 1 addition & 1 deletion src/page/profile/your_profile_post.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ pub fn YourProfilePost() -> impl IntoView {
<BackButton fallback="/".to_string()/>
</div>
<YourProfileOverlay/>
<div class="snap-always snap-end w-full h-screen">
<div class="snap-always snap-end w-dvw h-dvh">
<div class="bg-transparent w-full h-full relative overflow-hidden">
<div
class="absolute top-0 left-0 bg-cover bg-center w-full h-full z-[1] blur-lg"
Expand Down

0 comments on commit 15e97bc

Please sign in to comment.