We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a32ca8 commit 2736024Copy full SHA for 2736024
1 file changed
browser/styles/main/HomeContainer/components/ArticleList.styl
@@ -32,17 +32,20 @@ articleItemColor = #777
32
float right
33
line-height 20px
34
.middle
35
- clearfix()
36
padding 3px 0 7px
37
font-size 16px
+ position relative
38
+ height 26px
39
.mode
- float left
40
+ position absolute
41
+ left 0
42
font-size 12px
43
line-height 16px
44
.title
45
46
+ left 19px
47
+ right 0
48
overflow ellipsis
- padding 0 5px
49
.bottom
50
padding 5px 0
51
overflow-x auto
0 commit comments