✨ feat(settings): donate button
This commit is contained in:
parent
d9647ecd44
commit
fb94624189
|
@ -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%;
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue