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 %} {% endblock %}
{% block content %} {% 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="row mb-3">
<div class="col-lg-1"></div> <div class="col-lg-1"></div>
<div class="col-12 col-lg-10"> <div class="col-12 col-lg-10">

View File

@ -12,7 +12,7 @@
{% endblock %} {% endblock %}
{% block content %} {% 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="row mb-3">
<div class="col-lg-1"></div> <div class="col-lg-1"></div>
<div class="col-12 col-lg-10"> <div class="col-12 col-lg-10">

View File

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

View File

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