From 235f3b2d943e5ec72f637bbbf75b91aa16267ffd Mon Sep 17 00:00:00 2001 From: emma Date: Thu, 8 Dec 2022 19:23:46 +0000 Subject: [PATCH] allow popovers to escape the bounds of content --- src/components/status/status.scss | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/components/status/status.scss b/src/components/status/status.scss index cd65b890..1a94dd2f 100644 --- a/src/components/status/status.scss +++ b/src/components/status/status.scss @@ -1,4 +1,4 @@ -@import "../../_variables.scss"; +@import '../../_variables.scss'; .Status { min-width: 0; @@ -43,7 +43,7 @@ padding: var(--status-margin, $status-margin); .content { - overflow: hidden; + // overflow: hidden; } > * { @@ -56,7 +56,8 @@ } .pin { - padding: var(--status-margin, $status-margin) var(--status-margin, $status-margin) 0; + padding: var(--status-margin, $status-margin) + var(--status-margin, $status-margin) 0; display: flex; align-items: center; justify-content: flex-end; @@ -199,7 +200,7 @@ .reply-to-popover { .reply-to:hover::before { - content: ""; + content: ''; display: block; position: absolute; bottom: 0; @@ -214,7 +215,7 @@ &.-strikethrough { .reply-to::after { - content: ""; + content: ''; display: block; position: absolute; top: 50%; @@ -355,7 +356,7 @@ margin-left: 0.2em; &::before { - content: " "; + content: ' '; } } @@ -402,7 +403,7 @@ align-items: center; &::before { - content: ""; + content: ''; position: absolute; height: 100%; width: 1px;