forked from FoundKeyGang/FoundKey
[Client] Clip note content
This commit is contained in:
parent
c71b24987d
commit
83b2aa72b1
4 changed files with 4 additions and 0 deletions
|
@ -49,6 +49,7 @@ export default Vue.extend({
|
||||||
<style lang="stylus" scoped>
|
<style lang="stylus" scoped>
|
||||||
.qiziqtywpuaucsgarwajitwaakggnisj
|
.qiziqtywpuaucsgarwajitwaakggnisj
|
||||||
display flex
|
display flex
|
||||||
|
overflow hidden
|
||||||
font-size 0.9em
|
font-size 0.9em
|
||||||
|
|
||||||
> .avatar
|
> .avatar
|
||||||
|
|
|
@ -144,6 +144,7 @@ export default Vue.extend({
|
||||||
.note
|
.note
|
||||||
margin 0
|
margin 0
|
||||||
padding 0
|
padding 0
|
||||||
|
overflow hidden
|
||||||
background var(--face)
|
background var(--face)
|
||||||
border-bottom solid var(--lineWidth) var(--faceDivider)
|
border-bottom solid var(--lineWidth) var(--faceDivider)
|
||||||
|
|
||||||
|
|
|
@ -40,6 +40,7 @@ export default Vue.extend({
|
||||||
display flex
|
display flex
|
||||||
margin 0
|
margin 0
|
||||||
padding 0
|
padding 0
|
||||||
|
overflow hidden
|
||||||
font-size 10px
|
font-size 10px
|
||||||
|
|
||||||
@media (min-width 350px)
|
@media (min-width 350px)
|
||||||
|
|
|
@ -102,6 +102,7 @@ export default Vue.extend({
|
||||||
|
|
||||||
<style lang="stylus" scoped>
|
<style lang="stylus" scoped>
|
||||||
.note
|
.note
|
||||||
|
overflow hidden
|
||||||
font-size 12px
|
font-size 12px
|
||||||
border-bottom solid var(--lineWidth) var(--faceDivider)
|
border-bottom solid var(--lineWidth) var(--faceDivider)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue