diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-03-03 09:49:47 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-03-03 09:49:47 +0900 |
| commit | 41c9426929c599396c8d9e8ab8ac5120a1310988 (patch) | |
| tree | fa46ac850c4205d51e5e8f77d75a6d3f4e29d959 /src/web/app/common | |
| parent | v3933 (diff) | |
| download | misskey-41c9426929c599396c8d9e8ab8ac5120a1310988.tar.gz misskey-41c9426929c599396c8d9e8ab8ac5120a1310988.tar.bz2 misskey-41c9426929c599396c8d9e8ab8ac5120a1310988.zip | |
nanka iroior
Diffstat (limited to 'src/web/app/common')
| -rw-r--r-- | src/web/app/common/views/components/switch.vue | 3 | ||||
| -rw-r--r-- | src/web/app/common/views/widgets/server.info.vue | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/src/web/app/common/views/components/switch.vue b/src/web/app/common/views/components/switch.vue index bfb951dfa1..e6cdfa152c 100644 --- a/src/web/app/common/views/components/switch.vue +++ b/src/web/app/common/views/components/switch.vue @@ -157,6 +157,7 @@ export default Vue.extend({ > .label margin-left 8px display block + font-size 15px cursor pointer transition inherit @@ -168,7 +169,7 @@ export default Vue.extend({ > p margin 0 - font-size 90% + //font-size 90% color #9daab3 </style> diff --git a/src/web/app/common/views/widgets/server.info.vue b/src/web/app/common/views/widgets/server.info.vue index bed6a1b743..d243629506 100644 --- a/src/web/app/common/views/widgets/server.info.vue +++ b/src/web/app/common/views/widgets/server.info.vue @@ -1,6 +1,6 @@ <template> <div class="info"> - <p>Maintainer: <b>{{ meta.maintainer }}</b></p> + <p>Maintainer: <b><a :href="meta.maintainer.url" target="_blank">{{ meta.maintainer.name }}</a></b></p> <p>Machine: {{ meta.machine }}</p> <p>Node: {{ meta.node }}</p> </div> |