推測でCSSを動かす
This commit is contained in:
parent
4da6fafe43
commit
3cd0c45176
|
@ -15,6 +15,7 @@
|
||||||
background-position center
|
background-position center
|
||||||
|
|
||||||
> img
|
> img
|
||||||
|
display block
|
||||||
visibility hidden
|
visibility hidden
|
||||||
max-width: 100%
|
max-width: 100%
|
||||||
max-height: 256px
|
max-height: 256px
|
||||||
|
|
|
@ -105,11 +105,6 @@
|
||||||
> mk-url-preview
|
> mk-url-preview
|
||||||
margin-top 8px
|
margin-top 8px
|
||||||
|
|
||||||
> .media
|
|
||||||
> img
|
|
||||||
display block
|
|
||||||
max-width 100%
|
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
<script>
|
<script>
|
||||||
import compile from '../../common/scripts/text-compiler';
|
import compile from '../../common/scripts/text-compiler';
|
||||||
|
|
|
@ -357,11 +357,6 @@
|
||||||
background $theme-color
|
background $theme-color
|
||||||
border-radius 4px
|
border-radius 4px
|
||||||
|
|
||||||
> .media
|
|
||||||
> img
|
|
||||||
display block
|
|
||||||
max-width 100%
|
|
||||||
|
|
||||||
> mk-poll
|
> mk-poll
|
||||||
font-size 80%
|
font-size 80%
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue