logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 78ced0c901d255bf99e096339da945b1b3cc0216
parent af98bc2973eed8eb08927df866bc29ecae659d44
Author: Henry Jameson <me@hjkos.com>
Date:   Tue, 21 Jun 2022 01:05:42 +0300

proper horizontal limit

Diffstat:

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

diff --git a/src/components/popover/popover.vue b/src/components/popover/popover.vue @@ -46,7 +46,7 @@ z-index: 90000; position: fixed; min-width: 0; - max-width: 90vw; + max-width: calc(100vw - 20px); box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5); box-shadow: var(--popupShadow); }