ff styling

This commit is contained in:
Kukks
2024-01-18 09:07:05 +01:00
parent cfcaa17e94
commit 8a73acd3b2
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
<PropertyGroup> <PropertyGroup>
<Product>FixedFloat</Product> <Product>FixedFloat</Product>
<Description>Allows you to embed a FixedFloat conversion screen to allow customers to pay with altcoins.</Description> <Description>Allows you to embed a FixedFloat conversion screen to allow customers to pay with altcoins.</Description>
<Version>1.1.6</Version> <Version>1.1.7</Version>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies> <CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
</PropertyGroup> </PropertyGroup>
<!-- Plugin development properties --> <!-- Plugin development properties -->

View File

@@ -13,7 +13,7 @@
min-height:600px; min-height:600px;
border:none; border:none;
width: calc(var(--wrap-max-width) - var(--btcpay-space-m) - var(--btcpay-space-m)); width: calc(var(--wrap-max-width) - var(--btcpay-space-m) - var(--btcpay-space-m));
margin-left: calc(var(--section-padding) * -1);" allowtransparency="true" ref="iframe"></iframe> margin-left: calc(var(--tile-padding) * -1);" allowtransparency="true" ref="iframe"></iframe>
</template> </template>
<script> <script>
const markupPercentage = @settings.AmountMarkupPercentage; const markupPercentage = @settings.AmountMarkupPercentage;