1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-04 22:25:50 +02:00
This commit is contained in:
syuilo
2018-09-26 20:19:35 +09:00
parent d2d3f7810e
commit 904114740b
110 changed files with 529 additions and 536 deletions

View File

@@ -71,7 +71,7 @@ export default Vue.extend({
</script>
<style lang="stylus" scoped>
@import '~const.styl'
main
width 100%

View File

@@ -154,7 +154,7 @@ export default Vue.extend({
</script>
<style lang="stylus" scoped>
@import '~const.styl'
root(isDark)
> .nav
@@ -215,8 +215,8 @@ root(isDark)
color isDark ? #cdd0d8 : #666
&[data-active]
color $theme-color-foreground
background $theme-color
color var(--primaryForeground)
background var(--primary)
&:not([data-active]):hover
background isDark ? #353e4a : #eee
@@ -224,7 +224,7 @@ root(isDark)
> .badge
margin-left 6px
font-size 10px
color $theme-color
color var(--primary)
> .tl
max-width 680px
@@ -246,7 +246,7 @@ main:not([data-darkmode])
</style>
<style lang="stylus" module>
@import '~const.styl'
.title
i
@@ -255,7 +255,7 @@ main:not([data-darkmode])
.badge
margin-left 6px
font-size 10px
color $theme-color
color var(--primary)
vertical-align middle
</style>

View File

@@ -34,7 +34,7 @@ export default Vue.extend({
</script>
<style lang="stylus" scoped>
@import '~const.styl'
main
width 100%

View File

@@ -52,7 +52,7 @@ export default Vue.extend({
</script>
<style lang="stylus" scoped>
@import '~const.styl'
main
width 100%

View File

@@ -53,7 +53,7 @@ export default Vue.extend({
</script>
<style lang="stylus" scoped>
@import '~const.styl'
main
width 100%

View File

@@ -51,7 +51,7 @@ export default Vue.extend({
</script>
<style lang="stylus" scoped>
@import '~const.styl'
main
width 100%

View File

@@ -115,7 +115,7 @@ export default Vue.extend({
</script>
<style lang="stylus" scoped>
@import '~const.styl'
root(isDark)
$bg = isDark ? #22252f : #f7f7f7
@@ -275,8 +275,8 @@ root(isDark)
&[data-active]
font-weight bold
color $theme-color
border-color $theme-color
color var(--primary)
border-color var(--primary)
> .body
max-width 680px