Use FEP-c16b: Formatting MFM functions #410
4 changed files with 39 additions and 35 deletions
|
@ -23,24 +23,6 @@
|
||||||
transition: 0.05s;
|
transition: 0.05s;
|
||||||
}
|
}
|
||||||
|
|
||||||
._mfm_x2_ {
|
|
||||||
.emoji {
|
|
||||||
height: 100px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
._mfm_x3_ {
|
|
||||||
.emoji {
|
|
||||||
height: 150px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
._mfm_x4_ {
|
|
||||||
.emoji {
|
|
||||||
height: 200px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.attachments {
|
.attachments {
|
||||||
margin-top: 0.5em;
|
margin-top: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
37
src/components/status_content/mfm.scss
Normal file
37
src/components/status_content/mfm.scss
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
/* Some MFM CSS is also defined in ./static/mfm.css */
|
||||||
|
.StatusContent {
|
||||||
|
._mfm_x2_ {
|
||||||
|
.emoji {
|
||||||
|
height: 100px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
._mfm_x3_ {
|
||||||
|
.emoji {
|
||||||
|
height: 150px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
._mfm_x4_ {
|
||||||
|
.emoji {
|
||||||
|
height: 200px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
&.mfm-hover:not(:hover) {
|
||||||
|
.mfm {
|
||||||
|
animation: none !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
&.mfm-disabled {
|
||||||
|
span {
|
||||||
|
font-size: 100% !important;
|
||||||
|
}
|
||||||
|
.mfm {
|
||||||
|
animation: none !important;
|
||||||
|
}
|
||||||
|
.emoji {
|
||||||
|
height: 32px !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -64,6 +64,7 @@
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script src="./status_content.js"></script>
|
<script src="./status_content.js"></script>
|
||||||
|
<style lang="scss" src="./mfm.scss" />
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
.StatusContent {
|
.StatusContent {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
@ -75,23 +76,6 @@
|
||||||
height: 50px;
|
height: 50px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.mfm-hover:not(:hover) {
|
|
||||||
.mfm {
|
|
||||||
animation: none !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
&.mfm-disabled {
|
|
||||||
span {
|
|
||||||
font-size: 100% !important;
|
|
||||||
}
|
|
||||||
.mfm {
|
|
||||||
animation: none !important;
|
|
||||||
}
|
|
||||||
.emoji {
|
|
||||||
height: 32px !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.quote-inline,
|
.quote-inline,
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
/* Some MFM CSS is also defined in ./src/components/status_content/mfm.scss */
|
||||||
.mfm {
|
.mfm {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue