Blender Studio pull request - Version 2.2.0 update #104394

Merged
Márton Lente merged 64 commits from ui/v2.2.0 into main 2024-04-08 16:32:44 +02:00
3 changed files with 5 additions and 3 deletions
Showing only changes of commit c5ac77635a - Show all commits

View File

@ -78,8 +78,6 @@
.modal-header
// TODO: consider changing background noise img raster to svg
background-blend-mode: multiply
background-color: var(--color-bg)
border-bottom: 0
display: block
justify-content: center

View File

@ -332,6 +332,10 @@ sup
top: -1em
/* Utilities. */
// TODO: fix style utility in web-assets
.bg-black
background-color: black !important
.fade
&:not(.show)
height: 0 !important

View File

@ -30,7 +30,7 @@
{% include 'common/components/spoiler_alert.html' %}
{% endif %}
<div class="col-lg-7 col-md-6 modal-header p-0" style="background-image: url('{% static 'common/images/asset-bg-noise-2x-opacity-20.png' %}')">
<div class="bg-black col-lg-7 col-md-6 modal-header p-0">
<div class="align-items-center d-flex d-md-none justify-content-between px-3 py-4">
<div>
<h3 class="mb-0">{{ asset.name }}</h3>