Skip to content
Snippets Groups Projects
Unverified Commit 83b2aa72 authored by syuilo's avatar syuilo
Browse files

[Client] Clip note content

parent c71b2498
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,7 @@ export default Vue.extend({
<style lang="stylus" scoped>
.qiziqtywpuaucsgarwajitwaakggnisj
display flex
overflow hidden
font-size 0.9em
> .avatar
......
......@@ -144,6 +144,7 @@ export default Vue.extend({
.note
margin 0
padding 0
overflow hidden
background var(--face)
border-bottom solid var(--lineWidth) var(--faceDivider)
......
......@@ -40,6 +40,7 @@ export default Vue.extend({
display flex
margin 0
padding 0
overflow hidden
font-size 10px
@media (min-width 350px)
......
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment