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
4 changed files with 75 additions and 83 deletions
Showing only changes of commit 26882bc675 - Show all commits

View File

@ -11,7 +11,7 @@
{% endblock %}
{% block content %}
<div class="page-detail-helper container py-2 py-md-3">
<div class="container py-2 py-md-3">
<div class="row mb-3">
<div class="col-lg-1"></div>
<div class="col-12 col-lg-10">

View File

@ -12,7 +12,7 @@
{% endblock %}
{% block content %}
<div class="character-detail container page-detail-helper py-2 py-md-3">
<div class="character-detail container py-2 py-md-3">
<div class="row mb-3">
<div class="col-lg-1"></div>
<div class="col-12 col-lg-10">

View File

@ -57,8 +57,6 @@
opacity: 1
.btns-toolbar
@extend .border-bottom
flex-wrap: wrap
.checkbox-like
@ -426,10 +424,6 @@ input
&.unread
opacity: 1
/* Pages. */
.page-detail-helper
.btns-toolbar
border-bottom: 0 !important
/* Payment. */
.braintree-heading

View File

@ -19,7 +19,6 @@
{% endblock %}
{% block nexted_content %}
<div class="page-detail-helper">
<div class="row mb-3">
{% if section.preview_youtube_link %}
<div class="col">
@ -98,7 +97,6 @@
</section>
</div>
</div>
</div>
{% endblock nexted_content %}
{% block scripts %}