This commit is contained in:
syuilo 2018-09-28 10:14:58 +09:00
parent d1dce76e28
commit 9ea7de3564
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
5 changed files with 22 additions and 28 deletions

View file

@ -43,7 +43,7 @@ export default Vue.extend({
</script>
<style lang="stylus" scoped>
root(isDark)
.mk-media-banner
width 100%
border-radius 4px
margin-top 4px
@ -71,7 +71,7 @@ root(isDark)
font-size 1.6em
> .download
background isDark ? #21242d : #f7f7f7
background var(--noteAttachedFile)
> .sensitive
background #111
@ -82,9 +82,4 @@ root(isDark)
display block
width 100%
.mk-media-banner[data-darkmode]
root(true)
.mk-media-banner:not([data-darkmode])
root(false)
</style>