allow mfm to overflow w/out it blocking any buttons

This commit is contained in:
Freeplay 2023-02-25 01:15:42 -05:00
parent de97032eab
commit 5177fdeef1
6 changed files with 8 additions and 1 deletions

View file

@ -36,6 +36,8 @@ const toggle = () => {
<style lang="scss" scoped>
.nrvgflfu {
position: relative;
z-index: 2;
display: inline-block;
padding: 4px 8px;
font-size: 0.8em;

View file

@ -451,7 +451,6 @@ function readPromo() {
> .body {
margin-top: .7em;
overflow: hidden;
> .cw {
cursor: default;

View file

@ -430,6 +430,7 @@ onUnmounted(() => {
> .article {
padding: 32px;
font-size: 1.2em;
overflow: clip;
> .header {
display: flex;

View file

@ -122,6 +122,8 @@ function blur() {
<style lang="scss" scoped>
.footer {
position: relative;
z-index: 2;
display: flex;
flex-wrap: wrap;
pointer-events: none; // Allow clicking anything w/out pointer-events: all; to open post

View file

@ -47,6 +47,8 @@ const showTicker = (defaultStore.state.instanceTicker === 'always') || (defaultS
<style lang="scss" scoped>
.kkwtjztg {
position: relative;
z-index: 2;
display: flex;
align-items: center;
white-space: nowrap;

View file

@ -67,6 +67,7 @@ const replies: misskey.entities.Note[] = props.conversation?.filter(item => item
.wrpstxzv {
padding: 16px 32px;
content-visibility: auto;
overflow: clip;
&.children {
padding: 10px 0 0 var(--indent);
padding-left: var(--indent) !important;