From f1bda3ce6826778af27b50abd68dd41acfc80b69 Mon Sep 17 00:00:00 2001 From: borissedw Date: Wed, 30 Aug 2023 15:31:59 +0300 Subject: [PATCH] 0.0.209 --- static/css/styles(boris).css | 3 ++- templates/blocks/profile/b_subscribe_variants.html | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/static/css/styles(boris).css b/static/css/styles(boris).css index 17471b7..6818591 100644 --- a/static/css/styles(boris).css +++ b/static/css/styles(boris).css @@ -1212,7 +1212,8 @@ border-radius: 10px; padding: 2%; box-shadow: -1px 4px 10px 0 rgba(198, 199, 203, 0.20), 0 -1px 10px 0 rgba(198, 199, 203, 0.20); - margin-right: 5%; + margin-right: 2.5%; + margin-left: 2.5%; margin-bottom: 5%; height: 100%; } diff --git a/templates/blocks/profile/b_subscribe_variants.html b/templates/blocks/profile/b_subscribe_variants.html index 8c63cca..7aedb33 100644 --- a/templates/blocks/profile/b_subscribe_variants.html +++ b/templates/blocks/profile/b_subscribe_variants.html @@ -39,7 +39,9 @@ {% for opt in subscribe.options.all %}
  • {{ opt.name }}
  • {% endfor %} - + {% for opt_dis in subscribe.options.disabled_options %} +
  • {{ opt.name }}
  • + {% endfor %}