mirror of
https://github.com/Sebclem/hassio-nextcloud-backup.git
synced 2024-11-05 00:52:59 +01:00
✏️ Correct display of manual button on big screen
This commit is contained in:
parent
cc9f35e1ec
commit
dffbc13aa9
@ -135,10 +135,10 @@
|
||||
<span class="card-title white-text" style="font-weight: bold;">Manual </span>
|
||||
<div class="divider"></div>
|
||||
<div style="width: 100%;" class="center">
|
||||
<a class="btn green center waves-effect waves-light" id="btn-backup-now" style="margin-top: 7px;">Backup
|
||||
<a class="btn green center waves-effect waves-light" id="btn-backup-now" style="margin-top: 7px; display: block;">Backup
|
||||
Now</a>
|
||||
<a class="btn center teal darken-4 waves-effect waves-light" id="btn-clean-now"
|
||||
style="margin-top: 7px;">Clean Now</a>
|
||||
style="margin-top: 7px; display: block;">Clean Now</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user