浏览代码

adjust subforum PDA styling

master
父节点
当前提交
79541449c5
共有 1 个文件被更改,包括 11 次插入7 次删除
  1. +11
    -7
      public/css/page/subforum.css

+ 11
- 7
public/css/page/subforum.css 查看文件

@@ -24,10 +24,12 @@ body.simple .row.threads {
}

body.simple .row.thread img.icon {
width: 22px;
height: 22px;
top: 5px;
left: 5px;
position: relative;
display: inline;
top: unset;
left: unset;
width: 16px;
height: 16px;
}

.row.thread a {
@@ -44,10 +46,9 @@ body.simple .row.thread img.icon {
}

body.simple .row.thread a.main {
display: inline;
padding-top: 0;
padding-left: 27px;
width: unset;
min-height: 27px;
}

.row.thread .meta {
@@ -56,6 +57,10 @@ body.simple .row.thread a.main {
padding-bottom: 10px;
}

body.simple .row.thread .meta {
padding-bottom: 0;
}

.row.thread .meta a.left,
.row.thread .meta a.right {
display: block;
@@ -73,5 +78,4 @@ body.simple .row.thread .meta a {
width: unset;
text-align: left;
font-size: 10px;
padding-left: 27px;
}

正在加载...
取消
保存