mirror of
https://github.com/zen-browser/www.git
synced 2025-07-08 17:30:01 +02:00
Merge branch 'main' into fix/modal#604
This commit is contained in:
commit
2640412e7f
2 changed files with 42 additions and 42 deletions
|
@ -126,7 +126,8 @@ const descriptions = Object.values(features.featureTabs).map((tab) => tab.descri
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="relative w-full lg:w-3/5">
|
<div class="sticky top-6 w-full lg:w-3/5 h-fit">
|
||||||
|
<div class="relative w-full">
|
||||||
<div class="video-stack relative h-full w-full">
|
<div class="video-stack relative h-full w-full">
|
||||||
<Video
|
<Video
|
||||||
autoplay
|
autoplay
|
||||||
|
@ -168,6 +169,7 @@ const descriptions = Object.values(features.featureTabs).map((tab) => tab.descri
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
@ -271,8 +273,6 @@ const descriptions = Object.values(features.featureTabs).map((tab) => tab.descri
|
||||||
@apply aspect-video;
|
@apply aspect-video;
|
||||||
perspective: 2000px;
|
perspective: 2000px;
|
||||||
transform-style: preserve-3d;
|
transform-style: preserve-3d;
|
||||||
position: sticky;
|
|
||||||
top: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.feature-video {
|
.feature-video {
|
||||||
|
|
|
@ -2689,7 +2689,7 @@
|
||||||
"themeChanges": [
|
"themeChanges": [
|
||||||
"Changed the layout of workspaces and their icons internally to provide a more stable layout that doesn't require floating elements. We finally manage to get it how we wanted it to be, meaning it will change less in the future."
|
"Changed the layout of workspaces and their icons internally to provide a more stable layout that doesn't require floating elements. We finally manage to get it how we wanted it to be, meaning it will change less in the future."
|
||||||
],
|
],
|
||||||
"workflowId": 15101210312,
|
"workflowId": 15107068418,
|
||||||
"image": false,
|
"image": false,
|
||||||
"date": "19/05/2025"
|
"date": "19/05/2025"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue