summaryrefslogtreecommitdiff
path: root/src/client/app/mobile/views/components
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2019-02-05 13:54:40 +0900
committersyuilo <syuilotan@yahoo.co.jp>2019-02-05 13:54:40 +0900
commit83b2aa72b159a397cb41c37e8ce9e02f8bf94b22 (patch)
tree3a71975c056e183d8105bf270896ac920ee4fa2f /src/client/app/mobile/views/components
parentMake index.js for more convinience (diff)
downloadsharkey-83b2aa72b159a397cb41c37e8ce9e02f8bf94b22.tar.gz
sharkey-83b2aa72b159a397cb41c37e8ce9e02f8bf94b22.tar.bz2
sharkey-83b2aa72b159a397cb41c37e8ce9e02f8bf94b22.zip
[Client] Clip note content
Diffstat (limited to 'src/client/app/mobile/views/components')
-rw-r--r--src/client/app/mobile/views/components/note-preview.vue1
-rw-r--r--src/client/app/mobile/views/components/note.vue1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/client/app/mobile/views/components/note-preview.vue b/src/client/app/mobile/views/components/note-preview.vue
index 448d9bc592..565a38de32 100644
--- a/src/client/app/mobile/views/components/note-preview.vue
+++ b/src/client/app/mobile/views/components/note-preview.vue
@@ -40,6 +40,7 @@ export default Vue.extend({
display flex
margin 0
padding 0
+ overflow hidden
font-size 10px
@media (min-width 350px)
diff --git a/src/client/app/mobile/views/components/note.vue b/src/client/app/mobile/views/components/note.vue
index 1c7db5dc6c..564069dade 100644
--- a/src/client/app/mobile/views/components/note.vue
+++ b/src/client/app/mobile/views/components/note.vue
@@ -102,6 +102,7 @@ export default Vue.extend({
<style lang="stylus" scoped>
.note
+ overflow hidden
font-size 12px
border-bottom solid var(--lineWidth) var(--faceDivider)