mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2025-12-17 07:34:24 +01:00
ff styling
This commit is contained in:
@@ -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 -->
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user