# 表格编辑器全屏按钮的微小定位问题

**URL:** https://meta.discourse.org/t/tiny-positioning-issue-with-the-table-editor-fullscreen-button/313432
**Category:** UX
**Tags:** table-builder
**Created:** [2024年六月24日 19:25 UTC](https://meta.discourse.org/t/tiny-positioning-issue-with-the-table-editor-fullscreen-button/313432 "2024-06-24T19:25:04Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Arkshine](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/arkshine/32/298682_2.png) [@Arkshine](https://meta.discourse.org/u/Arkshine)
#### Post date: [2024年六月24日 19:25 UTC](https://meta.discourse.org/t/tiny-positioning-issue-with-the-table-editor-fullscreen-button/313432/1 "2024-06-24T19:25:04Z")

</div>

![Pasted image 20240621191523](https://global.discourse-cdn.com/meta/original/4X/0/0/e/00e986b9040433898738b08d19c2c7b435cf4cc9.png)

复现步骤：

- 前往：[Trust Level Permissions Reference](https://meta.discourse.org/t/trust-level-permissions-table-inc-moderator-roles/224824)
- 缩小窗口，使表格内容溢出
- 重新加载页面
- 悬停时应能看到全屏按钮

* * *

这是 [UX: improve mobile table editor button location by awesomerobot · Pull Request #25426 · discourse/discourse · GitHub](https://github.com/discourse/discourse/pull/25426) 的副作用。

全屏按钮的 `no-text` 类已被移除，因为它没有标签，所以出现了一个边距。

 ![The image shows a snippet of code with line numbers, where one line has a deletion marked with a minus sign, another line has an addition marked with a plus sign, and there are references to "btn-icon", "no-text", and what appears to be a React component prop related to "no-text". (Captioned by AI)](https://global.discourse-cdn.com/meta/original/4X/f/2/c/f2cc3558d7e7be0619ba7ddad0844cc5b704f080.png)

不清楚是条件反转了，还是意图是减小图标和文本之间的空间。 😄
