# 有适用于移动设备的任何主题吗？

**URL:** https://meta.discourse.org/t/is-there-any-theme-for-mobile/171023
**Category:** UX
**Created:** [2020年十一月23日 15:21 UTC](https://meta.discourse.org/t/is-there-any-theme-for-mobile/171023 "2020-11-23T15:21:11Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![naikun](https://avatars.discourse-cdn.com/v4/letter/n/a587f6/32.png) [@naikun](https://meta.discourse.org/u/naikun)
#### Post date: [2020年十一月23日 15:21 UTC](https://meta.discourse.org/t/is-there-any-theme-for-mobile/171023/1 "2020-11-23T15:21:11Z")

</div>

![Screenshot_20201123_231420](https://global.discourse-cdn.com/meta/original/3X/0/f/0fa62ffa1f648fa34c03789717b10f55c75b17d8.jpeg)

用户对标记区域感到非常困惑。

---

<div class="post-metadata">

### Author: ![ondrej](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ondrej/32/198804_2.png) [@ondrej](https://meta.discourse.org/u/ondrej)
#### Post date: [2020年十一月23日 15:54 UTC](https://meta.discourse.org/t/is-there-any-theme-for-mobile/171023/2 "2020-11-23T15:54:46Z")

</div>

你好 @naikun，

您的用户具体会对哪些方面感到困惑呢？

---

<div class="post-metadata">

### Author: ![hawm](https://avatars.discourse-cdn.com/v4/letter/h/f07891/32.png) [@hawm](https://meta.discourse.org/u/hawm)
#### Post date: [2020年十一月23日 16:05 UTC](https://meta.discourse.org/t/is-there-any-theme-for-mobile/171023/3 "2020-11-23T16:05:35Z")

</div>

我觉得同时显示过多的控制组件，有时也会让我感到困惑。

---

<div class="post-metadata">

### Author: ![naikun](https://avatars.discourse-cdn.com/v4/letter/n/a587f6/32.png) [@naikun](https://meta.discourse.org/u/naikun)
#### Post date: [2020年十一月23日 16:18 UTC](https://meta.discourse.org/t/is-there-any-theme-for-mobile/171023/4 "2020-11-23T16:18:35Z")

</div>

感谢您的回复。

1. 一些用户问我，为什么他们在主题中使用回复、书签、标记图标后，还要使用下拉框（即红色标记区域）。他们建议将下拉框改为图标。

2. 有没有办法增加“关注”按钮的宽度，以便在移动视图下让按钮上的中文文本显示在一行？

我不确定他们是否正确，因为我也刚接触 Discourse，但我认为在移动视图下这样会更好。

谢谢！

---

<div class="post-metadata">

### Author: ![manuel](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/manuel/32/468169_2.png) [@manuel](https://meta.discourse.org/u/manuel)
#### Post date: [2020年十一月23日 16:19 UTC](https://meta.discourse.org/t/is-there-any-theme-for-mobile/171023/5 "2020-11-23T16:19:02Z")

</div>

那些标记的区域不是你的管理控制台吗？以普通用户身份登录论坛，你就看不到太多内容了。

---

<div class="post-metadata">

### Author: ![naikun](https://avatars.discourse-cdn.com/v4/letter/n/a587f6/32.png) [@naikun](https://meta.discourse.org/u/naikun)
#### Post date: [2020年十一月23日 16:27 UTC](https://meta.discourse.org/t/is-there-any-theme-for-mobile/171023/6 "2020-11-23T16:27:13Z")

</div>

从我作为普通用户在移动端的视角来看，[meta.discourse.com](http://meta.discourse.com) 上的主题看起来像这样：

 ![Screenshot_20201124_002101_com.android.chrome](https://global.discourse-cdn.com/meta/original/3X/f/6/f65bf5df5e39e0b5639806046a26d4bca2d74a50.jpeg)

“关注”按钮的文本也显示为两行。

---

<div class="post-metadata">

### Author: ![manuel](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/manuel/32/468169_2.png) [@manuel](https://meta.discourse.org/u/manuel)
#### Post date: [2020年十一月23日 17:00 UTC](https://meta.discourse.org/t/is-there-any-theme-for-mobile/171023/7 "2020-11-23T17:00:48Z")

</div>

这些被称为“话题控制”。我不清楚如何从管理员设置中有选择地限制它们。我只看到了针对_帖子菜单_的选项。

如果你希望它们在移动设备上完全消失，可以将以下内容添加到你的主题移动 CSS 中：

```plaintext
#topic-footer-buttons {
    display:none;
}

```

---

<div class="post-metadata">

### Author: ![hawm](https://avatars.discourse-cdn.com/v4/letter/h/f07891/32.png) [@hawm](https://meta.discourse.org/u/hawm)
#### Post date: [2020年十一月24日 01:40 UTC](https://meta.discourse.org/t/is-there-any-theme-for-mobile/171023/8 "2020-11-24T01:40:01Z")

</div>

关于文字换行问题，我之前也被问过同样的情况。

> [@Should not wrapping text for notification level selection button on mobile when using CJK language](https://meta.discourse.org/t/should-not-wrapping-text-for-notification-level-selection-button-on-mobile-when-using-cjk-language/167989/4?u=hawm):
>
> The issue can be fixed by adding the following CSS to the Mobile CSS tab of a theme or theme component: .topic-notifications-options .name { white-space: nowrap } I am not sure if something to deal with this should be added to the core Discourse CSS. It is possible that it would affect non CJK locales in an undesirable way. Possibly the [@Designers](https://meta.discourse.org/groups/designers) team has ideas about other ways to approach this.
