logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 61d63b0e616392d841b78095ae8045e98d2b2fa6
parent ce00954e7c0c6b4d5640c886f88065db749d49c7
Author: Henry Jameson <me@hjkos.com>
Date:   Sun, 12 Jun 2022 15:23:43 +0300

fix popovers so that all of them have shadows

Diffstat:

Msrc/components/popover/popover.vue2++
Msrc/components/status_popover/status_popover.vue2--
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/popover/popover.vue b/src/components/popover/popover.vue @@ -42,6 +42,8 @@ z-index: 500; position: absolute; min-width: 0; + box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5); + box-shadow: var(--popupShadow); } .popover-default { diff --git a/src/components/status_popover/status_popover.vue b/src/components/status_popover/status_popover.vue @@ -52,8 +52,6 @@ border-width: 1px; border-radius: $fallback--tooltipRadius; border-radius: var(--tooltipRadius, $fallback--tooltipRadius); - box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5); - box-shadow: var(--popupShadow); /* TODO cleanup this */ .Status.Status {