Point to another Mempool
{{ this.mempool.endpoint }}
@@ -143,7 +143,7 @@
- Quick vouchers
- Advanced withdraw link(s)
@@ -197,7 +194,7 @@
@@ -216,14 +213,14 @@
Update withdraw link
diff --git a/lnbits/static/js/components.js b/lnbits/static/js/components.js
index e1faf2fe..f1ce57ad 100644
--- a/lnbits/static/js/components.js
+++ b/lnbits/static/js/components.js
@@ -118,7 +118,7 @@ Vue.component('lnbits-extension-list', {
@@ -219,7 +219,7 @@ Vue.component('lnbits-payment-details', {
-
+
extra
{{ entry.key }}:
diff --git a/lnbits/static/scss/base.scss b/lnbits/static/scss/base.scss
index d65c0c4f..443e6b47 100644
--- a/lnbits/static/scss/base.scss
+++ b/lnbits/static/scss/base.scss
@@ -36,8 +36,8 @@ $themes: (
@each $theme, $colors in $themes {
@each $name, $color in $colors {
@if $name == 'dark' {
- body.body--dark [data-theme='#{$theme}'],
[data-theme='#{$theme}'] .q-drawer--dark,
+ body.body--dark [data-theme='#{$theme}'] .q-layout,
[data-theme='#{$theme}'] .q-menu--dark {
background: $color !important;
}