feat(settings): donate button

This commit is contained in:
thelastWallE 2021-05-14 15:10:09 +02:00
parent d9647ecd44
commit fb94624189
2 changed files with 15 additions and 1 deletions

View File

@ -118,10 +118,19 @@ div#settings_plugin_klipper form {
}
div#settings_plugin_klipper form .tab-content {
height: calc(100% - 40px);
height: calc(100% - 60px);
overflow: auto;
}
div#settings_plugin_klipper form .tab-footer {
height: 20px;
width: 100%;
top: 10px;
position: relative;
border-top: 1px solid #eee;
padding-top: 5px;
}
div#settings_plugin_klipper div.tab-content div#conf.tab-pane {
height: 100%;
}

View File

@ -228,4 +228,9 @@
</div>
</div>
</div>
<div class="tab-footer">
<a href="https://www.paypal.com/donate/?business=7P63W664NF8LA&item_name=OctoKlipper" class="btn btn-mini" target="_blank">
<i class="fab fa-paypal">{{ _('Donate') }}</i>
</a>
</div>
</form>