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> <style lang="scss" scoped>
.nrvgflfu { .nrvgflfu {
position: relative;
z-index: 2;
display: inline-block; display: inline-block;
padding: 4px 8px; padding: 4px 8px;
font-size: 0.8em; font-size: 0.8em;

View File

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

View File

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

View File

@ -122,6 +122,8 @@ function blur() {
<style lang="scss" scoped> <style lang="scss" scoped>
.footer { .footer {
position: relative;
z-index: 2;
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
pointer-events: none; // Allow clicking anything w/out pointer-events: all; to open post 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> <style lang="scss" scoped>
.kkwtjztg { .kkwtjztg {
position: relative;
z-index: 2;
display: flex; display: flex;
align-items: center; align-items: center;
white-space: nowrap; white-space: nowrap;

View File

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