logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://anongit.hacktivis.me/git/pleroma-fe.git/
commit: c677bbf10249f29699243399fb0b6fe192298772
parent c2dfe62481ccd53bbaa9695f106a9f664f54ae4c
Author: Henry Jameson <me@hjkos.com>
Date:   Sun, 29 Sep 2024 19:20:39 +0300

fallback

Diffstat:

Msrc/components/component_preview/component_preview.vue2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/component_preview/component_preview.vue b/src/components/component_preview/component_preview.vue @@ -166,7 +166,7 @@ } .preview-block { - background: var(--background); + background: var(--background, var(--bg)); display: flex; justify-content: center; align-items: center;