# 空气主题

**URL:** <https://meta.discourse.org/t/air-theme/197703>\
**Category:** Theme\
**Tags:** air-theme\
**Created:** [2021年七月20日 20:24 UTC](https://meta.discourse.org/t/air-theme/197703 "2021-07-20T20:24:30Z")\
**Posts on this page:** 1\
**Showing post:** 545

<div class="post-metadata">

**Author:** ![inlann](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/inlann/32/455089_2.png) [@inlann](https://meta.discourse.org/u/inlann)\
**Post date:** [2024年十月11日 09:43 UTC](https://meta.discourse.org/t/air-theme/197703/545 "2024-10-11T09:43:00Z")

</div>

最新版有效代码：

```css
.full-width .contents .topic-list thead th.posts {
    width: 10%;
}

.full-width .contents .topic-list thead th.activity {
    width: 10%;
    order: 4;
}

th.num.views {
    width: 10%;
    order: 3;
    display: block;
}

.full-width .contents .topic-list tbody tr:not(.topic-list-item-separator) td.posts {
    width: 10%;
    order: 2;
}

.full-width .contents .topic-list tbody tr:not(.topic-list-item-separator) td.age {
    width: 10%;
    order: 4;
}

.topic-list .views {
    width: 10% !important;
    order: 3 !important;
    display: flex !important;
    visibility: visible !important;
    justify-content: center;
}

.full-width .contents .topic-list tbody tr:not(.topic-list-item-separator) td.views {
    width: 10% !important;
    order: 3 !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

```

---

_[View the full topic](https://meta.discourse.org/t/air-theme/197703)._
