This commit is contained in:
syuilo
2018-09-28 15:34:34 +09:00
parent c627288bde
commit 13f258308e
16 changed files with 45 additions and 316 deletions

View File

@@ -57,16 +57,13 @@ export default Vue.extend({
</script>
<style lang="stylus" scoped>
root(isDark)
.mk-renote-form
> .preview
margin 16px 22px
> footer
height 72px
background isDark ? #313543 : var(--primaryLighten95)
background var(--desktopRenoteFormFooter)
> .quote
position absolute
@@ -87,10 +84,4 @@ root(isDark)
&.ok
right 16px
.mk-renote-form[data-darkmode]
root(true)
.mk-renote-form:not([data-darkmode])
root(false)
</style>