Compare commits

..

4 Commits

Author SHA1 Message Date
syuilo
d92f501b50 2.16.7 2018-05-24 06:22:20 +09:00
syuilo
be408ba6ea Fix 2018-05-24 06:22:10 +09:00
syuilo
c81a204e0c 2.16.6 2018-05-24 06:21:04 +09:00
syuilo
fce1d619e8 Fix bug 2018-05-24 06:20:36 +09:00
3 changed files with 3 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
{
"name": "misskey",
"author": "syuilo <i@syuilo.com>",
"version": "2.16.5",
"clientVersion": "1.0.5684",
"version": "2.16.7",
"clientVersion": "1.0.5688",
"codename": "nighthike",
"main": "./built/index.js",
"private": true,

View File

@@ -337,7 +337,7 @@ root(isDark)
padding 0 16px
//font-weight bold
line-height 32px
color rgba(#000, 0.3)
color rgba(isDark ? #fff : #000, 0.3)
background isDark ? #191b22 : #fff
> footer

View File

@@ -12,7 +12,6 @@ import getAcct from '../../../../../acct/render';
export default Vue.extend({
mounted() {
document.title = 'Misskey %i18n:@messaging%';
document.documentElement.style.background = '#fff';
},
methods: {
navigate(user) {