This commit is contained in:
SBD
2023-12-08 19:09:09 +03:00
parent fd60f1a5f8
commit 5f53c95485
2 changed files with 6 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
.{{ name_w }}_{{ widget.id }}_widget_btn_a{
border: {{ widget.but_color }} solid 2px;
color: {{ widget.but_color }};
width: 80%;
width: {% if not name_w == 'presentAerBim' %}80%{% else %}100%{% endif %};
text-decoration: none;
display: block;
padding: 5px 0;